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

debian target mk5sums fix

üst 6f573506
......@@ -29,8 +29,9 @@ _create_metadata(){
else
_write_metadata > $PKGDIR/DEBIAN/control
fi
find $INSTALLDIR/ -type d | xargs chmod 755
find $INSTALLDIR/ -type f -exec md5sum {} \; > $PKGDIR/md5sums
cd $INSTALLDIR/
find -type d | xargs chmod 755
find -type f -exec md5sum {} \; | sed "s|\./||g"> $PKGDIR/DEBIAN/md5sums
}
_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