diff options
author | luis <luis@370017ae-e619-0410-ac65-c121f96126d4> | 2007-12-05 05:49:23 +0000 |
---|---|---|
committer | luis <luis@370017ae-e619-0410-ac65-c121f96126d4> | 2007-12-05 05:49:23 +0000 |
commit | 304ff76836b4444c8af2a9d6ae88538330a4eb5d (patch) | |
tree | 1ae7a07df67faad1eadadb43bbfa02561980738d /sci/electronics/iverilog | |
parent | 310cdcf99776fa8bc62b7bac4637a573f40bcd92 (diff) | |
download | slackbuilds-304ff76836b4444c8af2a9d6ae88538330a4eb5d.tar.gz slackbuilds-304ff76836b4444c8af2a9d6ae88538330a4eb5d.tar.bz2 |
Syncing with generic.SlackBuild v0.9.3
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1505 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'sci/electronics/iverilog')
-rwxr-xr-x | sci/electronics/iverilog/iverilog.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci/electronics/iverilog/iverilog.SlackBuild b/sci/electronics/iverilog/iverilog.SlackBuild index cb05079e..bd62ccd6 100755 --- a/sci/electronics/iverilog/iverilog.SlackBuild +++ b/sci/electronics/iverilog/iverilog.SlackBuild @@ -130,8 +130,8 @@ fi # Install documentation mkdir -p "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION/vvp" || exit $ERROR_MKDIR -cp -a COPYING INSTALL *.txt examples "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION" -cp -a vvp/*.txt vvp/examples "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION/vvp" +cp -a COPYING INSTALL *.txt examples "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION" 2> /dev/null +cp -a vvp/*.txt vvp/examples "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION/vvp" 2> /dev/null # Add package description (slack-desc) mkdir -p "$PKG/install" || exit $ERROR_MKDIR @@ -163,5 +163,5 @@ makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERRO # Delete source and build directories if requested if [ "$CLEANUP" == "yes" ]; then - rm -rf "$PKG_SRC" "$PKG" + rm -rf "$PKG_WORK" "$PKG" fi |