Skip to content

Commit

Permalink
Cleaning directory before work
Browse files Browse the repository at this point in the history
  • Loading branch information
Magissia committed Jun 22, 2016
1 parent 3f771b9 commit fd4d7c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php5-fpm-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function PacManInstall {
gpg --keyserver pgp.mit.edu --recv-keys FE857D9A90D90EC1
[ -e $SCRIPTDIRECTORY/PKGBUILD ] || { exit 11; echo "PKGBUILD missing !"}
cd $SCRIPTDIRECTORY
git clean -d -f
makepkg --syncdeps --rmdeps
#Let's dream of a world where this isn't required -> [ -e $SCRIPTDIRECTORY/generate_patches ] || { exit 12; echo "generate_patches missing !"}
#Let's dream of a world where this isn't required -> [ -e $SCRIPTDIRECTORY/php-fpm.install ] || { exit 13; echo "php-fpm.install missing !"}
Expand Down

0 comments on commit fd4d7c5

Please sign in to comment.