diff options
Diffstat (limited to 'desktop/ceti-2-theme/ceti-2-theme.SlackBuild')
-rw-r--r-- | desktop/ceti-2-theme/ceti-2-theme.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/ceti-2-theme/ceti-2-theme.SlackBuild b/desktop/ceti-2-theme/ceti-2-theme.SlackBuild index f5ed3c662c37..82f4825ac70f 100644 --- a/desktop/ceti-2-theme/ceti-2-theme.SlackBuild +++ b/desktop/ceti-2-theme/ceti-2-theme.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for ceti-2-theme. # -# Copyright 2016 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2016-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -66,7 +66,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING README.md $PKG/usr/doc/$PRGNAM-$VERSION/ +cp AUTHORS COPYING README.md $PKG/usr/doc/$PRGNAM-$VERSION/ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |