Debian package working

This commit is contained in:
Adrien Bourmault 2021-06-08 20:20:27 +02:00
parent 736e556945
commit f134ecc8ec
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ $(BINDIR)/gem-graph-server.deb: all
mkdir -p gem-graph-server/usr/bin
mkdir -p gem-graph-server/DEBIAN
cp $(DEBDIR)/Manifest gem-graph-server/DEBIAN/control
cp $(BINDIR)/* gem-graph-server/usr/bin
cp $(BINDIR)/gem-graph-server gem-graph-server/usr/bin
dpkg-deb --build gem-graph-server
rm -rf gem-graph-server