diff options
author | melikamp <melikamp@melikamp.net> | 2014-04-15 01:02:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-15 01:02:02 +0700 |
commit | 4ec9e2bcfd013057f0dbd4ee02e39bee0c9437cd (patch) | |
tree | 76ead9371a3b9a3eb92cf177c2f491bee8082861 /desktop/compton/compton.SlackBuild | |
parent | ecc69edf6868adcd46a52ff4aba406d0f7e5c642 (diff) | |
download | slackbuilds-4ec9e2bcfd013057f0dbd4ee02e39bee0c9437cd.tar.gz |
desktop/compton: Script cleanup.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/compton/compton.SlackBuild')
-rw-r--r-- | desktop/compton/compton.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/compton/compton.SlackBuild b/desktop/compton/compton.SlackBuild index 1b992ca6cc..ebacf61b71 100644 --- a/desktop/compton/compton.SlackBuild +++ b/desktop/compton/compton.SlackBuild @@ -6,7 +6,8 @@ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or -# (at your option) any later version. +# (at your option) any later version, with the following exception: +# the text of the GPL license may be omitted.. # This program is distributed in the hope that it will be useful, but # without any warranty; without even the implied warranty of @@ -20,7 +21,7 @@ # along with this program (most likely, a file named COPYING). If # not, see <http://www.gnu.org/licenses/>. -PRGNAM=compton +PRGNAM="compton" VERSION=${VERSION:-0.1_beta2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -78,8 +79,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -ar desc.txt dbus-examples compton.sample.conf LICENSE \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a desc.txt dbus-examples compton.sample.conf LICENSE $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |