Skip to content

Commit

Permalink
Changed the way we tell makepkg on slackware distros where to put the…
Browse files Browse the repository at this point in the history
… generated package
  • Loading branch information
tribad committed Dec 23, 2019
1 parent ee9f3fe commit 1ff2d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_povmodeler.sh
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@ else
make install DESTDIR=/tmp/build
cp ../slack-desc /tmp/build/install
cd /tmp/build/
makepkg -l y -c n ../povmodeler-${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-x86_64-${OSVERSION}.tgz
cp -a ../povmodeler-${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-x86_64-${OSVERSION}.tgz ~
makepkg -l y -c n /tmp/povmodeler-${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-x86_64-${OSVERSION}.tgz
cp -a /tmp/povmodeler-${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-x86_64-${OSVERSION}.tgz ~
fi;

0 comments on commit 1ff2d03

Please sign in to comment.