aboutsummarylogtreecommitdiffstats
path: root/nconfig-wrapper
diff options
context:
space:
mode:
authorRubba Reduppa2011-09-20 21:32:27 -0700
committeryar2015-07-03 16:58:13 -0700
commit0c47b3b65d0547cc9d62b0a798a2edf0e6ae73c9 (patch)
tree060acaec050c3001ead7b035df04ca05f7ade39a /nconfig-wrapper
parent490b10e4486f1521b218a2cb5e244a6422c73e49 (diff)
downloadaur-0c47b3b65d0547cc9d62b0a798a2edf0e6ae73c9.tar.gz
briefly built from github
Diffstat (limited to 'nconfig-wrapper')
-rwxr-xr-xnconfig-wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/nconfig-wrapper b/nconfig-wrapper
index d6ff26644178..1a030b55886a 100755
--- a/nconfig-wrapper
+++ b/nconfig-wrapper
@@ -8,7 +8,7 @@ croak() { echo "ERROR: $@"; exit; }
[ -f /usr/share/ppz/bash.functions ] && . /usr/share/ppz/bash.functions
[ "$1" ] && REPO="$1" || croak USAGE: ./package-this [repo-directory]
[ -d ${REPO} ] || croak ${REPO} not mounted!
-ldir=src/linux-3.0
+ldir=src/torvalds-linux-897e5ed
makepkg -oecd
mold=($(md5sum config.x86_64))