Skip to content

Commit

Permalink
Fix doinst.sh generator for tgz packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Aug 26, 2022
1 parent e6e7f5d commit 1204b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/build
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ done
EOF
chmod +x "$PKG_PATH/install/doinst.sh"
if [ -f "$PKG_PATH/DEBIAN/postinst" ]; then
tail +2 "$PKG_PATH/DEBIAN/postinst" > "$PKG_PATH/install/doinst.sh"
tail +2 "$PKG_PATH/DEBIAN/postinst" >> "$PKG_PATH/install/doinst.sh"
fi
rm -rf "$PKG_PATH/DEBIAN"
if [ -f "/usr/bin/pigz" ]; then
Expand Down

0 comments on commit 1204b9e

Please sign in to comment.