Commit c6dfdbcd authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf ubus.tar.xz
cd ubus && cmake CMakeLists.txt -DBUILD_LUA=OFF -DCMAKE_INSTALL_PREFIX=/usr
$(MAKE) -C ubus
$(MAKE) -C ubus install
mv /usr/lib/systemd/system/ubus.socket /lib/systemd/system/ubus.socket
mv /usr/lib/systemd/system/ubus.service /lib/systemd/system/ubus.service
ln -s /lib/systemd/system/ubus.service /etc/systemd/system/multi-user.target.wants/ubus.service
rm -rf ubus
bin
/lib/systemd/system/.*
/usr/sbin/.*
/usr/bin/.*
lib
/usr/lib/.*
headers
/usr/include/.*
File added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment