a
This commit is contained in:
parent
c3a7736dd0
commit
30dc39f432
2
Makefile
2
Makefile
@ -44,7 +44,7 @@ build/package:
|
||||
cp ./deploy/DEBIAN/prerm /tmp/party-pkg/DEBIAN/prerm
|
||||
cp ./deploy/DEBIAN/postrm /tmp/party-pkg/DEBIAN/postrm
|
||||
chmod 755 /tmp/party-pkg/DEBIAN/postinst /tmp/party-pkg/DEBIAN/prerm /tmp/party-pkg/DEBIAN/postrm
|
||||
printf 'Package: party\nVersion: %s\nArchitecture: amd64\nMaintainer: Vicente Ferrari Smith <vicenteferrarismith@gmail.com>\nDescription: Party\n' \
|
||||
printf 'Package: party\nVersion: 0+%s\nArchitecture: amd64\nMaintainer: Vicente Ferrari Smith <vicenteferrarismith@gmail.com>\nDescription: Party\n' \
|
||||
'${git_description}' > /tmp/party-pkg/DEBIAN/control
|
||||
dpkg-deb --build --root-owner-group /tmp/party-pkg ./party.deb
|
||||
@echo 'Package ready: ./party.deb'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user