Added control files for Debian GNU/Linux
This commit is contained in:
14
debian/patch-Makefile
vendored
Normal file
14
debian/patch-Makefile
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
# Edited for Debian
|
||||
DESTDIR =
|
||||
|
||||
BINDIR = $(DESTDIR)/usr/bin
|
||||
DOCDIR = $(DESTDIR)/usr/share/doc/goldedplus
|
||||
|
||||
install: all
|
||||
install -d $(BINDIR)
|
||||
install -s bin/gedlnx $(BINDIR)/golded
|
||||
install -s bin/gnlnx $(BINDIR)/goldnode
|
||||
install -s bin/rddtlnx $(BINDIR)/rddt
|
||||
install -d $(DOCDIR)/src
|
||||
cp -a golded3/docs/*.* $(DOCDIR)/src
|
Reference in New Issue
Block a user