diff options
author | Kyle Guinn <elyk03@gmail.com> | 2014-01-25 14:19:53 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:14 -0600 |
commit | 72f621a4c0b9051827dc725803f9e4421c681843 (patch) | |
tree | 3a09aabe4889bfa66bb021d91fb38084e1cd56a0 | |
parent | 9d7882c9b9c2b8278242568b0d460a989d202cae (diff) | |
download | slackbuilds-72f621a4c0b9051827dc725803f9e4421c681843.tar.gz |
multimedia/google-earth: Fixed unused variables.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | multimedia/google-earth/google-earth.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/google-earth/google-earth.SlackBuild b/multimedia/google-earth/google-earth.SlackBuild index da7889768f..6e0230209d 100644 --- a/multimedia/google-earth/google-earth.SlackBuild +++ b/multimedia/google-earth/google-earth.SlackBuild @@ -71,7 +71,7 @@ done # Install mimetypes mkdir -p $PKG/usr/share/mime/packages/ -cat $CWD/google-earth-mimetypes.xml > $PKG/usr/share/mime/packages/$PKGNAM-mimetypes.xml +cat $CWD/google-earth-mimetypes.xml > $PKG/usr/share/mime/packages/$PRGNAM-mimetypes.xml # Let's take care of documentation mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |