Add specific simple-vpn server
This commit is contained in:
parent
b911ab6cf7
commit
5dbbca6051
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"Package": "melonvpn",
|
"Package": "melonvpn",
|
||||||
"Version": "1.0-1",
|
"Version": "1.0-2",
|
||||||
"Section": "base",
|
"Section": "base",
|
||||||
"Priority": "optional",
|
"Priority": "optional",
|
||||||
"Architecture": "amd64",
|
"Architecture": "amd64",
|
||||||
"Depends": "simple-vpn",
|
"Depends": "simple-vpn (>= 1.0)",
|
||||||
"Maintainer": "MrMelon54 <github@onpointcoding.net>",
|
"Maintainer": "MrMelon54 <github@onpointcoding.net>",
|
||||||
"Description": "A client for Melon VPN server"
|
"Description": "A client for Melon VPN server"
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,6 @@ echo "Copying binary files"
|
|||||||
|
|
||||||
# /usr/bin/
|
# /usr/bin/
|
||||||
cp dist/melonvpn "$PACK_BIN"
|
cp dist/melonvpn "$PACK_BIN"
|
||||||
cp dist/simple-vpn "$PACK_BIN"
|
|
||||||
|
|
||||||
# /usr/share/
|
# /usr/share/
|
||||||
cp dist/melonvpndaemon "$PACK_SHA"
|
cp dist/melonvpndaemon "$PACK_SHA"
|
||||||
|
Loading…
Reference in New Issue
Block a user