diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-19 21:12:03 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-19 21:12:03 +0000 |
commit | 292bd880c6c40f6ac162a188ea4bef1a9155dc5b (patch) | |
tree | a18aa97d19968107c9c731868b089951d76c61fc | |
parent | f8cbc0ec293394ae55d64054cfefbe1b94ee98b1 (diff) | |
download | slackbuilds-292bd880c6c40f6ac162a188ea4bef1a9155dc5b.tar.gz slackbuilds-292bd880c6c40f6ac162a188ea4bef1a9155dc5b.tar.bz2 |
feast: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@463 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-x | feast/feast.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/feast/feast.SlackBuild b/feast/feast.SlackBuild index 3826665f..5eb1b7a7 100755 --- a/feast/feast.SlackBuild +++ b/feast/feast.SlackBuild @@ -84,10 +84,10 @@ CWD="`pwd`" mkdir -p $TMP/package-$PACKAGE cd $TMP/package-$PACKAGE -mkdir usr/bin +mkdir -p usr/bin cp $CWD/feast usr/bin -mkdir etc/feast +mkdir -p etc/feast cp $CWD/feast.conf /etc/feast.conf.new find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null |