diff options
author | Kyle Guinn | 2014-01-25 08:18:39 +0100 |
---|---|---|
committer | Erik Hanson | 2014-01-30 06:21:14 +0100 |
commit | 9d7882c9b9c2b8278242568b0d460a989d202cae (patch) | |
tree | 316817aaf94ea8e6e7cc2be88ecf2d647040fe72 /desktop/awn-extras | |
parent | 2d133069155f73f3d9442bf9e2201114821bd4e1 (diff) | |
download | slackbuilds-9d7882c9b9c2b8278242568b0d460a989d202cae.tar.gz |
desktop/awn-extras: Fixed unused variables.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/awn-extras')
-rw-r--r-- | desktop/awn-extras/awn-extras.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/awn-extras/awn-extras.SlackBuild b/desktop/awn-extras/awn-extras.SlackBuild index 1e81d601ef..c4c039f706 100644 --- a/desktop/awn-extras/awn-extras.SlackBuild +++ b/desktop/awn-extras/awn-extras.SlackBuild @@ -90,7 +90,7 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --enable-static=yes \ - --docdir=/usr/doc/$PKGNAM-$VERSION \ + --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux # Some error on 64 bit system which I can't figure out to handle in other way |