1
0
mirror of https://github.com/QSCTech/zjunet.git synced 2026-01-22 19:54:48 +08:00

fix deps for debian

This commit is contained in:
Zeno Zeng 2014-09-30 16:56:52 +08:00
parent f83f102384
commit bf0f4262a4
2 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,11 @@
#!/bin/sh #!/bin/sh
# lib
mkdir -p ./debian/usr/lib/zjunet
cp ../../lib/* ./debian/usr/lib/zjunet
# bin # bin
mkdir -p ./debian/usr/bin mkdir -p ./debian/usr/bin
cp -r ../../lib ./debian/usr
echo '/usr/lib/zjunet/zjunet.sh "$@"' >> ./debian/usr/bin/zjunet echo '/usr/lib/zjunet/zjunet.sh "$@"' >> ./debian/usr/bin/zjunet
chmod +x ./debian/usr/bin/zjunet chmod +x ./debian/usr/bin/zjunet

View File

@ -3,7 +3,7 @@ Version: 0.1-1
Section: base Section: base
Priority: optional Priority: optional
Architecture: all Architecture: all
Depends: xl2tpd (>= 1.3.6), curl, iconv Depends: xl2tpd (>= 1.3.2), curl, libc-bin
Maintainer: Zeno Zeng <zenoofzeng@gmail.com> Maintainer: Zeno Zeng <zenoofzeng@gmail.com>
Description: Command Line Scripts for ZJU Description: Command Line Scripts for ZJU
This script provides a VPN / WLAN / NEXTHOP for ZJUer. This script provides a VPN / WLAN / NEXTHOP for ZJUer.