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: