[arch-commits] Commit in subsurface-marble/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Sat Feb 21 06:21:37 UTC 2015


    Date: Saturday, February 21, 2015 @ 07:21:37
  Author: bisson
Revision: 128057

first release

Modified:
  subsurface-marble/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-21 06:21:22 UTC (rev 128056)
+++ PKGBUILD	2015-02-21 06:21:37 UTC (rev 128057)
@@ -36,6 +36,9 @@
 	cd "${srcdir}/${_pkgname}"
 	make DESTDIR="${pkgdir}" install
 
-	# remove conflicts with kdeedu-marble
-        rm -fr "${pkgdir}"/usr/{include,share/{appdata,icons}}
+	cd "${pkgdir}/usr"
+	mv include subsurface
+	install -d include
+	mv subsurface include
+        rm -fr share/{appdata,icons}
 }



More information about the arch-commits mailing list