Skip to content

Commit

Permalink
* grub: Updated SlackBuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
w41l committed Jul 13, 2013
1 parent 17eb484 commit c5d375b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grub/grub.SlackBuild
Expand Up @@ -27,7 +27,7 @@ PRGNAM=grub
VERSION=2.00
BUILD=1
TAG=${TAG:-_wls}
NUMJOBS=${NUMJOBS:--j4}
NUMJOBS=${NUMJOBS:--j2}

if [ -z "$ARCH" ]; then
case "$( uname -m )" in
Expand Down Expand Up @@ -75,7 +75,7 @@ find . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--build=$ARCH-slackware-linux --host=$ARCH-slackware-linux \
--build=$ARCH-slackware-linux \
--program-prefix= --program-suffix= \
--prefix=/ --exec-prefix=/ \
--bindir=/bin --sbindir=/sbin \
Expand Down

0 comments on commit c5d375b

Please sign in to comment.