Skip to content

Commit 68ffa81

Browse files
authored
Merge pull request #3 from RogueM/commit
same script as current master packaging template
2 parents 36a84bb + 4c219a0 commit 68ffa81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packaging/makedeb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ if [ $gettools == "yes" ]; then
1111
fi
1212

1313
cd ../library
14-
debuild -Ipackage
14+
debuild
1515

1616
for file in ${pkgfiles[@]}; do
1717
mv ../*.$file ../packaging
1818
done
1919

2020
if [ $cleanup == "yes" ]; then
21-
dh clean
21+
debuild clean
2222
rm -R ./build
2323
fi
2424

0 commit comments

Comments
 (0)