summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsekret2015-07-13 19:44:35 +0200
committersekret2015-07-13 19:44:35 +0200
commit864d2bfdf867a435df0c2cf9fca6fd8c26ba8fa3 (patch)
tree374988cf6ff7a7d0fb9b755db14874a2246d2ecd
parentb7ef00c4adce1a6a0298dcb7de281ecfec686374 (diff)
downloadaur-864d2bfdf867a435df0c2cf9fca6fd8c26ba8fa3.tar.gz
removed unneeded comments in the prepare function
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83085bc4809f..c772127bf138 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,12 +25,8 @@ pkgver() {
prepare() {
cd "$_pkgname"
git submodule init
- #git config submodule.mysubmodule.url $srcdir/mysubmodule
git config submodule.hugin.git.oftal.dk $srcdir/hugin
git submodule update
- # hackish, but I don't want to clone hugin with every build
- #rmdir hugin
- #ln -sf "$srcdir/hugin" hugin
./autogen.sh
}