mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-20 15:04:19 +00:00
Patch from Ruben Laban <r.laban@ism.nl>:
I replaced all occurences of DISTDIR with DESTDIR and also introduced SBINDIR (and friends) to some other Makefiles. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@719 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+8
-8
@@ -8,18 +8,18 @@ all: perl-module
|
||||
|
||||
install:
|
||||
$(MAKE) -C scst-$(MODULE_VERSION) install
|
||||
install -m 755 $(TOOL) $(DISTDIR)$(SBINDIR)
|
||||
install -m 755 init.d/scst $(DISTDIR)$(INITDIR)
|
||||
install -m 755 init.d/qla2x00t $(DISTDIR)$(INITDIR)
|
||||
/usr/lib/lsb/install_initd scst
|
||||
/usr/lib/lsb/install_initd qla2x00t
|
||||
install -m 755 $(TOOL) $(DESTDIR)$(SBINDIR)
|
||||
install -m 755 init.d/scst $(DESTDIR)$(INITDIR)
|
||||
install -m 755 init.d/qla2x00t $(DESTDIR)$(INITDIR)
|
||||
-/usr/lib/lsb/install_initd scst
|
||||
-/usr/lib/lsb/install_initd qla2x00t
|
||||
|
||||
uninstall:
|
||||
-/usr/lib/lsb/remove_initd qla2x00t
|
||||
-/usr/lib/lsb/remove_initd scst
|
||||
-rm -f $(DISTDIR)$(PATH_INITD)/qla2x00t
|
||||
-rm -f $(DISTDIR)$(PATH_INITD)/scst
|
||||
-rm -f $(DISTDIR)$(PATH_SBIN)/$(TOOL)
|
||||
-rm -f $(DESTDIR)$(PATH_INITD)/qla2x00t
|
||||
-rm -f $(DESTDIR)$(PATH_INITD)/scst
|
||||
-rm -f $(DESTDIR)$(PATH_SBIN)/$(TOOL)
|
||||
$(MAKE) -C scst-$(MODULE_VERSION) uninstall
|
||||
|
||||
perl-module:
|
||||
|
||||
Reference in New Issue
Block a user