mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Fix launchd script path and amend debian control file
This commit is contained in:
		
							parent
							
								
									8c29f4b6dc
								
							
						
					
					
						commit
						474fdda8ca
					
				
					 2 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue