From 285d4bedcc15c43dd17e9af8c902518f432ddf14 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 28 May 2011 15:59:16 +0000 Subject: [PATCH] scstadmin: fixed bug in "make uninstall" - specify proper directory when uninstalling scstadmin. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3491 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scstadmin/scstadmin.procfs/Makefile | 2 +- scstadmin/scstadmin.sysfs/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scstadmin/scstadmin.procfs/Makefile b/scstadmin/scstadmin.procfs/Makefile index 90d6d4493..715fed166 100644 --- a/scstadmin/scstadmin.procfs/Makefile +++ b/scstadmin/scstadmin.procfs/Makefile @@ -11,7 +11,7 @@ install: all install -m 755 $(TOOL) $(DESTDIR)$(SBINDIR) uninstall: - -rm -f $(DESTDIR)$(PATH_SBIN)/$(TOOL) + -rm -f $(DESTDIR)$(SBINDIR)/$(TOOL) $(MAKE) -C scst-$(MODULE_VERSION) uninstall perl-module: diff --git a/scstadmin/scstadmin.sysfs/Makefile b/scstadmin/scstadmin.sysfs/Makefile index f9967c885..b2c810c0e 100644 --- a/scstadmin/scstadmin.sysfs/Makefile +++ b/scstadmin/scstadmin.sysfs/Makefile @@ -11,7 +11,7 @@ install: all install -m 755 $(TOOL) $(DESTDIR)$(SBINDIR) uninstall: - -rm -f $(DESTDIR)$(PATH_SBIN)/$(TOOL) + -rm -f $(DESTDIR)$(SBINDIR)/$(TOOL) $(MAKE) -C scst-$(MODULE_VERSION) uninstall perl-module: