mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 06:06:23 +00:00
Merged revisions 3491 via svnmerge from
https://vlnb@scst.svn.sourceforge.net/svnroot/scst/trunk ........ r3491 | bvassche | 2011-05-28 11:59:16 -0400 (Sat, 28 May 2011) | 1 line scstadmin: fixed bug in "make uninstall" - specify proper directory when uninstalling scstadmin. ........ git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.1.0.x@3562 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user