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

Pierre Schmitz pierre at archlinux.org
Sun Aug 30 09:56:41 UTC 2009


    Date: Sunday, August 30, 2009 @ 05:56:41
  Author: pierre
Revision: 50664

fix sed

Modified:
  kdebindings/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-30 08:13:59 UTC (rev 50663)
+++ PKGBUILD	2009-08-30 09:56:41 UTC (rev 50664)
@@ -22,7 +22,7 @@
 	cd $srcdir/build
 
 	# disable broken examples
-	sed -ie '#add_subdirectory( examples )#d' ../${pkgbase}-${pkgver}/csharp/plasma/CMakeLists.txt || return 1
+	sed -e 's#add_subdirectory( examples )##' -i ../${pkgbase}-${pkgver}/csharp/plasma/CMakeLists.txt || return 1
 	cmake ../${pkgbase}-${pkgver} \
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_SKIP_RPATH=ON \




More information about the arch-commits mailing list