summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 914d84c..e919b93 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -71,7 +71,7 @@ install: all
uninstall:
@for obj in $(OBJS); do \
printf ' RM %s\n' "$${obj}"; \
- rm -f "$(DESTDIR)/$(libdir)/opkhelper/$${obj}"; \
+ rm -f "$(DESTDIR)/$(libdir)/$${obj}"; \
done
$(distdir):