We should remove zathura.pc from $PREFIX/lib/pkgconfig, not the
directory itself.

Signed-off-by: Pavel Borzenkov <pavel.borzen...@gmail.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 86d3403..d057347 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,7 @@ uninstall:
        $(ECHO) removing desktop file
        $(QUIET)rm -f ${DESTDIR}${DESKTOPPREFIX}/${PROJECT}.desktop
        $(ECHO) removing pkgconfig file
-       $(QUIET)rm -f ${DESTDIR}${PREFIX}/lib/pkgconfig
+       $(QUIET)rm -f ${DESTDIR}${PREFIX}/lib/pkgconfig/${PROJECT}.pc
 
 -include $(wildcard .depend/*.dep)
 
-- 
1.7.0.4

_______________________________________________
zathura mailing list
zathura@lists.pwmt.org
http://lists.pwmt.org/mailman/listinfo/zathura

Reply via email to