summaryrefslogtreecommitdiffstats
path: root/desktop/compton/compton.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/compton/compton.SlackBuild')
-rw-r--r--desktop/compton/compton.SlackBuild8
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