forked from pool/atheme
OBS-URL: https://build.opensuse.org/package/show/server:irc/atheme?expand=0&rev=41
33 lines
947 B
Diff
33 lines
947 B
Diff
parent 0c5c860727019adc6ddb2e8b6f29268e51377cb3 (atheme-services-7.0.0-alpha7-628-g0c5c860)
|
|
commit abfcdb30b6f537ccf7f525797fb90e5957edd254
|
|
Author: Jan Engelhardt <jengelh@inai.de>
|
|
Date: Wed Jun 6 22:41:00 2012 +0200
|
|
|
|
build: respect evaluation order in .pc file
|
|
|
|
Same as before with unresolved variable.
|
|
|
|
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
|
|
---
|
|
atheme-services.pc.in | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/atheme-services.pc.in b/atheme-services.pc.in
|
|
index 84e52c8..da8d294 100644
|
|
--- a/atheme-services.pc.in
|
|
+++ b/atheme-services.pc.in
|
|
@@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@
|
|
datarootdir=@datarootdir@
|
|
datadir=@datadir@/@PACKAGE_NAME@
|
|
|
|
-MODDIR=@MODDIR@/modules
|
|
version=@PACKAGE_VERSION@
|
|
includedir=@includedir@/@PACKAGE_NAME@
|
|
libdir=@libdir@
|
|
+MODDIR=@MODDIR@/modules
|
|
|
|
Name: atheme-services
|
|
Description: Atheme IRC services (for building modules)
|
|
--
|
|
# Created with git-export-patch
|