Skip to content

Commit

Permalink
move CC/CXX to ~/.makepkg.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
vodik committed May 16, 2013
1 parent 03c22cb commit d23871d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rebuild
@@ -1,8 +1,5 @@
#!/bin/bash

export CC=gcc
export CXX=g++

FLAGS="$*"

ALL_OFF="$(tput sgr0)"
Expand Down Expand Up @@ -163,6 +160,6 @@ else
done
fi

msg "Updating vodik.db"
msg "Updating vodik.db..."
[[ -f "$HOME/.makepkg.conf" ]] && source "$HOME/.makepkg.conf"
[[ -d "$PKGDEST" ]] && repoman -Ucs "$PKGDEST/vodik.db"

0 comments on commit d23871d

Please sign in to comment.