Kaydet (Commit) 40cc4aeb authored tarafından Your Name's avatar Your Name

debian target mk5sums fix

üst 6f573506
...@@ -29,8 +29,9 @@ _create_metadata(){ ...@@ -29,8 +29,9 @@ _create_metadata(){
else else
_write_metadata > $PKGDIR/DEBIAN/control _write_metadata > $PKGDIR/DEBIAN/control
fi fi
find $INSTALLDIR/ -type d | xargs chmod 755 cd $INSTALLDIR/
find $INSTALLDIR/ -type f -exec md5sum {} \; > $PKGDIR/md5sums find -type d | xargs chmod 755
find -type f -exec md5sum {} \; | sed "s|\./||g"> $PKGDIR/DEBIAN/md5sums
} }
_package(){ _package(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment