diff options
Diffstat (limited to 'desktop/awesome-extra/awesome-extra.SlackBuild')
-rw-r--r-- | desktop/awesome-extra/awesome-extra.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/awesome-extra/awesome-extra.SlackBuild b/desktop/awesome-extra/awesome-extra.SlackBuild index 8e2be59657d3..87369985d178 100644 --- a/desktop/awesome-extra/awesome-extra.SlackBuild +++ b/desktop/awesome-extra/awesome-extra.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=awesome-extra -VERSION=${VERSION:-2017090101} +VERSION=${VERSION:-2017110501} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,7 +52,7 @@ find -L . \ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -EXTRAS="flaw obvious revelation shifty vicious bashets/bashets.lua wicked/wicked.lua" +EXTRAS="flaw freedesktop obvious revelation shifty vicious bashets wicked" mkdir -p $PKG/usr/share/awesome/lib cp -r $EXTRAS $PKG/usr/share/awesome/lib/ @@ -64,7 +64,7 @@ cp flaw/flaw.7 $PKG/usr/man/man7/flaw.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 -DOCS="debian/awesome-extra.examples debian/changelog debian/copyright" +DOCS="debian/changelog debian/copyright" mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp $DOCS $PKG/usr/doc/$PRGNAM-$VERSION |