Skip to content
Snippets Groups Projects
Commit 49e701c6 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Update package for debian

parent 32dfb934
No related branches found
No related tags found
No related merge requests found
......@@ -364,6 +364,9 @@ if ($nboftargetok) {
$ret=`rm -fr $BUILDROOT/$PROJECT/DEBIAN/CVS`;
$ret=`chmod -R 755 $BUILDROOT/$PROJECT/DEBIAN`;
print "Remove config file\n";
$ret=`rm -f $BUILDROOT/$PROJECT/usr/share/$PROJECT/htdocs/conf/conf.php`;
print "Edit version in file $BUILDROOT/$PROJECT/DEBIAN/control\n";
open (SPECFROM,"<$SOURCE/build/deb/control") || die "Error";
open (SPECTO,">$BUILDROOT/$PROJECT/DEBIAN/control") || die "Error";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment