mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
dba04447f4
Signed-off-by: B. Watson <yalhcru@gmail.com>
10 lines
195 B
Bash
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
|