mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 12:46:27 +00:00
scstadmin/Makefile: Take $(DESTDIR) into account
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6326 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ install install_vendor:
|
||||
done
|
||||
# Remove the files that are obsolete since SCST-SCST has been
|
||||
# renamed into SCST_SCST.
|
||||
rm -rf "$$(/usr/bin/perl -V:sitearch | sed "s|.*='||;s|'.*||")/auto/SCST-SCST"
|
||||
rm -rf "$(DESTDIR)$$(/usr/bin/perl -V:sitearch | sed "s|.*='||;s|'.*||")/auto/SCST-SCST"
|
||||
# Install the files that have just been built.
|
||||
install -d $(DESTDIR)$(INITDIR)
|
||||
tmp=/tmp/scst-initd-$$$$ && init.d/scst >$$tmp && \
|
||||
|
||||
Reference in New Issue
Block a user