2c2e201261
- fix clang issues - fix plist issues Approved by: bapt (mentor)
11 lines
366 B
Text
11 lines
366 B
Text
--- servlink/Makefile.in.orig 2014-04-01 13:27:43.421795014 +0000
|
|
+++ servlink/Makefile.in 2014-04-01 13:28:04.084793292 +0000
|
|
@@ -15,7 +15,7 @@
|
|
RM = @RM@
|
|
SED = @SED@
|
|
prefix = @prefix@
|
|
-exec_prefix = $(DESTDIR)@exec_prefix@
|
|
+exec_prefix = @exec_prefix@
|
|
bindir = $(DESTDIR)@bindir@
|
|
datarootdir = $(DESTDIR)@datarootdir@
|
|
|