Files
pkgsrc-ng/x11/qt4-creator/patches/patch-ae
2013-09-26 17:14:40 +02:00

14 lines
309 B
Plaintext

$NetBSD: patch-ae,v 1.1.1.1 2010/05/18 19:44:02 drochner Exp $
--- src/app/app.pro.orig 2010-01-15 17:36:52 +0000
+++ src/app/app.pro
@@ -28,7 +28,7 @@ win32 {
} else {
LIBS *= -lExtensionSystem -lAggregation
- target.path = /bin
+ target.path = $(PREFIX)/bin
INSTALLS += target
}