mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 08:20:28 +00:00
Fix launchd script path and amend debian control file
This commit is contained in:
parent
8c29f4b6dc
commit
474fdda8ca
@ -34,7 +34,7 @@ mkdir -p /tmp/$PKGNAME/usr/bin/
|
|||||||
mkdir -p /tmp/$PKGNAME/etc/systemd/system/
|
mkdir -p /tmp/$PKGNAME/etc/systemd/system/
|
||||||
|
|
||||||
cat > /tmp/$PKGNAME/debian/changelog << EOF
|
cat > /tmp/$PKGNAME/debian/changelog << EOF
|
||||||
Please see https://github.com/Arceliar/yggdrasil-go/
|
Please see https://github.com/yggdrasil-network/yggdrasil-go/
|
||||||
EOF
|
EOF
|
||||||
echo 9 > /tmp/$PKGNAME/debian/compat
|
echo 9 > /tmp/$PKGNAME/debian/compat
|
||||||
cat > /tmp/$PKGNAME/debian/control << EOF
|
cat > /tmp/$PKGNAME/debian/control << EOF
|
||||||
@ -43,15 +43,16 @@ Version: $PKGVERSION
|
|||||||
Section: contrib/net
|
Section: contrib/net
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Architecture: $PKGARCH
|
Architecture: $PKGARCH
|
||||||
|
Replaces: yggdrasil yggdrasil-develop
|
||||||
Maintainer: Neil Alexander <neilalexander@users.noreply.github.com>
|
Maintainer: Neil Alexander <neilalexander@users.noreply.github.com>
|
||||||
Description: Debian yggdrasil package
|
Description: Debian yggdrasil package
|
||||||
Binary yggdrasil package for Debian and Ubuntu
|
Binary yggdrasil package for Debian and Ubuntu
|
||||||
EOF
|
EOF
|
||||||
cat > /tmp/$PKGNAME/debian/copyright << EOF
|
cat > /tmp/$PKGNAME/debian/copyright << EOF
|
||||||
Please see https://github.com/Arceliar/yggdrasil-go/
|
Please see https://github.com/yggdrasil-network/yggdrasil-go/
|
||||||
EOF
|
EOF
|
||||||
cat > /tmp/$PKGNAME/debian/docs << EOF
|
cat > /tmp/$PKGNAME/debian/docs << EOF
|
||||||
Please see https://github.com/Arceliar/yggdrasil-go/
|
Please see https://github.com/yggdrasil-network/yggdrasil-go/
|
||||||
EOF
|
EOF
|
||||||
cat > /tmp/$PKGNAME/debian/install << EOF
|
cat > /tmp/$PKGNAME/debian/install << EOF
|
||||||
usr/bin/yggdrasil usr/bin
|
usr/bin/yggdrasil usr/bin
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<array>
|
<array>
|
||||||
<string>sh</string>
|
<string>sh</string>
|
||||||
<string>-c</string>
|
<string>-c</string>
|
||||||
<string>/usr/bin/yggdrasil -useconf < /etc/yggdrasil.conf</string>
|
<string>/usr/local/bin/yggdrasil -useconf < /etc/yggdrasil.conf</string>
|
||||||
</array>
|
</array>
|
||||||
<key>KeepAlive</key>
|
<key>KeepAlive</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
Loading…
Reference in New Issue
Block a user