[emacs] Oops
This commit is contained in:
parent
387ae968d9
commit
ebdaf336c7
1 changed files with 3 additions and 3 deletions
|
@ -52,6 +52,9 @@ fi
|
||||||
VERSION=${VERSION:-latest}
|
VERSION=${VERSION:-latest}
|
||||||
REPOSITORY=/home/installs/SlackBuilds/_repositories/$PKGNAM
|
REPOSITORY=/home/installs/SlackBuilds/_repositories/$PKGNAM
|
||||||
|
|
||||||
|
rm -rf "$PKG"
|
||||||
|
mkdir -p "$TMP" "$PKG"
|
||||||
|
|
||||||
[ ! -e $REPOSITORY ] && git clone git://git.savannah.gnu.org/emacs.git $REPOSITORY
|
[ ! -e $REPOSITORY ] && git clone git://git.savannah.gnu.org/emacs.git $REPOSITORY
|
||||||
|
|
||||||
cd "$REPOSITORY" || exit 1
|
cd "$REPOSITORY" || exit 1
|
||||||
|
@ -153,9 +156,6 @@ CONFIGURE_OPTIONS="--prefix=/usr \
|
||||||
$GWH_OPTIONS \
|
$GWH_OPTIONS \
|
||||||
--build=${ARCH}-slackware-linux"
|
--build=${ARCH}-slackware-linux"
|
||||||
|
|
||||||
rm -rf "$PKG"
|
|
||||||
mkdir -p "$TMP" "$PKG"
|
|
||||||
|
|
||||||
#Build default version that is linked to X11
|
#Build default version that is linked to X11
|
||||||
setup_sources
|
setup_sources
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue