fakeroot 1.2.13: Run it through oe-stylize.py to tidy it up.
authorJamie Lenehan <lenehan@twibble.org>
Sun, 15 Oct 2006 02:40:40 +0000 (02:40 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Sun, 15 Oct 2006 02:40:40 +0000 (02:40 +0000)
packages/fakeroot/fakeroot_1.2.13.bb

index 0326ea4..e29cf16 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Gives a fake root environment"
-SECTION = "base"
 HOMEPAGE = "http://joostje.op.het.net/fakeroot/index.html"
+SECTION = "base"
 LICENSE = "GPL"
 # fakeroot needs getopt which is provided by the util-linux package
 RDEPENDS = "util-linux"
@@ -11,7 +11,7 @@ SRC_URI = "http://openzaurus.org/mirror/fakeroot_${PV}.tar.gz"
 inherit autotools
 
 do_stage() {
-       install -d ${STAGING_INCDIR}/fakeroot
-       install -m 644 *.h ${STAGING_INCDIR}/fakeroot
-       autotools_stage_all
+        install -d ${STAGING_INCDIR}/fakeroot
+        install -m 644 *.h ${STAGING_INCDIR}/fakeroot
+        autotools_stage_all
 }