slackbuilds_ponce/desktop/mcwm/extractconfig.sh
B. Watson dba04447f4
desktop/mcwm: New maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2018-07-07 06:54:20 +07:00

10 lines
195 B
Bash

#!/bin/sh
PRGNAM=mcwm
source ./$PRGNAM.info || exit 1
SRCVER=${VERSION/_/-}
[ -e config.h ] && mv -b config.h config.h.old
tar xvfO $PRGNAM-$SRCVER.tar.bz2 --wildcards \*/config.h > config.h