[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:36:26 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=45f950a
The following commit has been merged in the master branch:
commit 45f950a7da1008f93218684bd162457753fc8c41
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Wed Jun 2 03:13:26 2004 +0000
(un)install targets should only (un)install exiv2
---
src/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/Makefile b/src/Makefile
index 883ce0b..1758082 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -20,7 +20,7 @@
# 02111-1307, USA.
#
# File: Makefile
-# Version: $Name: $ $Revision: 1.25 $
+# Version: $Name: $ $Revision: 1.26 $
# Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
# History: 10-Dec-03, ahu: created
#
@@ -214,7 +214,7 @@ bin: lib $(BINARY) $(EXIV2BIN)
install: $(INSTALL)
$(INSTALL_DIRS) $(bindir)
- @list='$(BINARY) $(EXIV2BIN)'; for p in $$list; do \
+ @list='$(EXIV2BIN)'; for p in $$list; do \
if test -f $$p; then \
echo "$(INSTALL_PROGRAM) $$p $(bindir)/$$p"; \
$(INSTALL_PROGRAM) $$p $(bindir)/$$p; \
@@ -241,7 +241,7 @@ install-sharedlib: sharedlib
install-lib: $(INSTALL_LIB) install-header
uninstall: $(UNINSTALL)
- @list='$(BINARY) $(EXIV2BIN)'; for p in $$list; do \
+ @list='$(EXIV2BIN)'; for p in $$list; do \
echo "rm -f $(bindir)/$$p"; \
rm -f $(bindir)/$$p; \
done
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list