Apply various patches from Giacomo Comes <comes@naic.edu>
This makes certain changes if you are bold enough to use a different installation prefix than /usr/dt: - fix MANDIR output from dtsearchpath - missing dtopn_* links - /usr/dt/bin is always needed - fix DTKORNSHELL output for dtlp
This commit is contained in:
@@ -14,8 +14,8 @@ dtopen: dtopen.src
|
||||
$(GENCPP) -P -DXCOMM=# $(LOCAL_CPP_DEFINES) $< > $@
|
||||
|
||||
install-data-hook:
|
||||
$(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin/dtopen_*
|
||||
cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin && $(LN_S) dtopen dtopen_video
|
||||
cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin && $(LN_S) dtopen dtopen_image
|
||||
cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin && $(LN_S) dtopen dtopen_ps
|
||||
cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/bin && $(LN_S) dtopen dtopen_pdf
|
||||
$(RM) $(DESTDIR)$(bindir)/dtopen_*
|
||||
cd $(DESTDIR)$(bindir) && $(LN_S) dtopen dtopen_video
|
||||
cd $(DESTDIR)$(bindir) && $(LN_S) dtopen dtopen_image
|
||||
cd $(DESTDIR)$(bindir) && $(LN_S) dtopen dtopen_ps
|
||||
cd $(DESTDIR)$(bindir) && $(LN_S) dtopen dtopen_pdf
|
||||
|
||||
Reference in New Issue
Block a user