moved some scripts outside the makefile
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@92 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
6
Makefile
6
Makefile
@@ -76,10 +76,12 @@ debian:
|
||||
|
||||
mkdir -p data/DEBIAN
|
||||
#package description
|
||||
debscript/gencontrol.sh data/DEBIAN/control
|
||||
debscript/gencontrol.sh > data/DEBIAN/control
|
||||
cp debscript/rules data/DEBIAN
|
||||
|
||||
#Postrm file to remove optimized generated python files
|
||||
#cp debscript/prerm data/DEBIAN/prerm
|
||||
cp debscript/prerm data/DEBIAN/prerm
|
||||
cp debscript/postinst data/DEBIAN/postinst
|
||||
|
||||
chmod 0755 data/DEBIAN/prerm data/DEBIAN/postinst
|
||||
|
||||
|
Reference in New Issue
Block a user