required dpkg-gencontrol
This commit is contained in:
parent
cd44c47485
commit
b45c6756b1
|
@ -58,7 +58,8 @@ binary-arch: build
|
||||||
|
|
||||||
cp build/bin/* $(BIN_DIR)
|
cp build/bin/* $(BIN_DIR)
|
||||||
|
|
||||||
# Create the .deb package (thanks Helen)
|
pkg-gencontrol -P$(DESTDIR)
|
||||||
|
cd $(DESTDIR) && find . -type f ! -regex '.*DEBIAN/.*' -printf '%P\0' | xargs -r0 md5sum > DEBIAN/md5sums
|
||||||
dpkg-deb -b $(DESTDIR) ../
|
dpkg-deb -b $(DESTDIR) ../
|
||||||
|
|
||||||
binary: binary-indep binary-arch
|
binary: binary-indep binary-arch
|
||||||
|
|
Loading…
Reference in New Issue