005071a063
- pet portlint - add license - convert patches to makepatch naming Sponsored by: Absolight
11 lines
427 B
Text
11 lines
427 B
Text
--- ./Makefile_start.orig 2014-01-25 23:16:40.000000000 +0000
|
|
+++ ./Makefile_start 2014-01-25 23:19:20.000000000 +0000
|
|
@@ -75,7 +75,7 @@
|
|
$(MAKE) -C bin \
|
|
EXEEXT=$(EXEEXT) \
|
|
PROGSIN="$(PROGRAMS)" \
|
|
- INSTALLDIR=$(INSTALLDIR) \
|
|
+ INSTALLDIR=$(DESTDIR)$(INSTALLDIR) \
|
|
install
|
|
sed 's/VERSION/${VERSION}/g' packageconfig_start > lib/bibutils.pc
|
|
|