Date: Saturday, October 14, 2017 @ 21:45:52
  Author: alad
Revision: 262807

SVN tags

Modified:
  mit-scheme/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-10-14 21:44:33 UTC (rev 262806)
+++ PKGBUILD    2017-10-14 21:45:52 UTC (rev 262807)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Alad Wenter <[email protected]>
 # Contributor: BartÅ‚omiej Piotrowski <[email protected]>
 # Contributor: peter feigl <[email protected]>
@@ -24,14 +25,14 @@
                 'SKIP')
 
 build() {
-  cd "$pkgname-$pkgver"/src
-  ./configure --prefix=/usr \
-    --with-x \
-    --enable-native-code
-  make
+    cd "$pkgname-$pkgver"/src
+    ./configure --prefix=/usr \
+        --with-x \
+        --enable-native-code
+    make
 }
 
 package() {
-  cd "$pkgname-$pkgver"/src
-  make DESTDIR="$pkgdir" install
+    cd "$pkgname-$pkgver"/src
+    make DESTDIR="$pkgdir" install
 }

Reply via email to