use mkinstalldirs!

SVN revision: 14247
This commit is contained in:
Carsten Haitzler 2005-04-19 10:35:18 +00:00
parent f266a5dcc1
commit 3a7dc6f465
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ all-local: freqset$(EXEEXT)
setuid_root_mode = a=rx,u+s
INSTALL_SU = \
test -z "$(pkgdir)" || mkdir -p "$(DESTDIR)$(pkgdir)"; \
test -z "$(pkgdir)" || $(MKINSTALLDIRS) "$(DESTDIR)$(pkgdir)"; \
echo "$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL) -m $(setuid_root_mode) freqset$(EXEEXT) $(DESTDIR)$(pkgdir)/freqset$(EXEEXT)"; \
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL) -m $(setuid_root_mode) freqset$(EXEEXT) $(DESTDIR)$(pkgdir)/freqset$(EXEEXT);