Kaydet (Commit) 6baca6ce authored tarafından sulincix's avatar sulincix

mkdeb fix

üst dfe465d9
......@@ -12,6 +12,11 @@ export ARCH=$(cat DEBIAN/control | grep "Architecture: " | sed "s/.*: //g")
export VERS=$(cat DEBIAN/control | grep "Version: " | sed "s/.*: //g")
tar czvf $tmp/data.tar.gz [a-z]* | sed "s/^/Adding: /g"
cd DEBIAN
touch md5sums
find .. | grep -v DEBIAN | while read line
do
[ -f $line ] && md5sum $line | sed "s|^\./||g" >> md5sums
done
tar czf $tmp/control.tar.gz *
cd ../..
echo 2.0 > $tmp/debian-binary
......
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