mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Fix build issue as unprivileged user:
${BSD_INSTALL_DATA} -d apparently does not create executable directories Submitted by: mandree
This commit is contained in:
parent
491b5ed179
commit
faf0c94cb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364310
@ -5,7 +5,7 @@
|
||||
|
||||
install:
|
||||
- cp make_wizard$(EXEC_SUFFIX) make_wizard.pattern $(prefix)$(OCAML_SITELIB)/findlib
|
||||
+ ${BSD_INSTALL_DATA} -d $(DESTDIR)$(prefix)$(OCAML_SITELIB)/findlib
|
||||
+ ${MKDIR} -p $(DESTDIR)$(prefix)$(OCAML_SITELIB)/findlib
|
||||
+ ${BSD_INSTALL_DATA} make_wizard$(EXEC_SUFFIX) make_wizard.pattern $(DESTDIR)$(prefix)$(OCAML_SITELIB)/findlib
|
||||
|
||||
# uninstall: Nothing to do, because the removal of the findlib core also
|
||||
|
Loading…
Reference in New Issue
Block a user