Skip to content

Commit

Permalink
Fix package.sh bug #26
Browse files Browse the repository at this point in the history
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
  • Loading branch information
nefelim4ag committed Oct 26, 2016
1 parent e7f40d3 commit ae923d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ debian_package(){
DEB_NAME=systemd-swap-${VERSION}_any
mkdir -p $DEB_NAME
./install.sh PREFIX=$DEB_NAME/
mkdir -p $DEB_NAME/DEBIAN/
mkdir -p $DEB_NAME/DEBIAN
chmod 755 $DEB_NAME/DEBIAN
echo "Package: systemd-swap" > $DEB_NAME/DEBIAN/control
echo "Version: $VERSION" >> $DEB_NAME/DEBIAN/control
echo "Section: custom" >> $DEB_NAME/DEBIAN/control
Expand Down

0 comments on commit ae923d4

Please sign in to comment.