diff options
Diffstat (limited to 'desktop/spectrwm/spectrwm.SlackBuild')
-rw-r--r-- | desktop/spectrwm/spectrwm.SlackBuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/desktop/spectrwm/spectrwm.SlackBuild b/desktop/spectrwm/spectrwm.SlackBuild index 01f16bebfadec..b2edff6a450db 100644 --- a/desktop/spectrwm/spectrwm.SlackBuild +++ b/desktop/spectrwm/spectrwm.SlackBuild @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=spectrwm -VERSION=${VERSION:-3.1.0} -UPNAM=SPECTRWM_3_1_0 # changed to allow cd to proper folder +VERSION=${VERSION:-3.2.0} +UPNAM=SPECTRWM_3_2_0 # changed to allow cd to proper folder BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -91,12 +91,12 @@ rm -f $PKG/usr/bin/scrotwm # Compress the manpages ( cd $PKG/usr/man; find . -type f -exec gzip -9 {} \; ) -mkdir -p $PKG/usr/doc/$UPNAM/examples/keybindings +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/examples/keybindings install -m0644 -oroot -groot initscreen.sh $CWD/examples/* \ - $PKG/usr/doc/$UPNAM/examples/ -cp -a spectrwm.conf $PKG/usr/doc/$UPNAM/examples/spectrwm_orig.conf -cp -a spectrwm_*.conf $PKG/usr/doc/$UPNAM/examples/keybindings/ -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$UPNAM/$PRGNAM.SlackBuild + $PKG/usr/doc/$PRGNAM-$VERSION/examples/ +cp -a spectrwm.conf $PKG/usr/doc/$PRGNAM-$VERSION/examples/spectrwm_orig.conf +cp -a spectrwm_*.conf $PKG/usr/doc/$PRGNAM-$VERSION/examples/keybindings/ +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild find $PKG/usr/doc -type f -exec chmod 0644 {} \; # install xinitrc script |