From: Eric Branlund Date: Thu, 29 Aug 2019 20:03:32 +0000 (-0700) Subject: Don't create lib/xtra in the application bundle since rules in lib will do so. X-Git-Tag: vmacos2.2.1-7a~381 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=19b6888ee3bfa2506dd1b53e2078e938812c1634;p=hengbandforosx%2Fhengbandosx.git Don't create lib/xtra in the application bundle since rules in lib will do so. --- diff --git a/src/Makefile.am b/src/Makefile.am index b90d3556e..8fe6c5726 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -177,13 +177,12 @@ if SET_GID endif if COCOA -# Create lib/info and lib/xtra within the application bundle since not -# currently installing anything to them. Other relevant lib directories -# should be created from the Makefiles in the lib directory. +# Create lib/info within the application bundle since not currently +# installing anything to it. Other relevant lib directories should +# be created from the Makefiles in the lib directory. install-data-local: @mkdir -p $(APPCONT) @mkdir -p $(APPRES)/lib/info - @mkdir -p $(APPRES)/lib/xtra sed -e 's/\$$VERSION\$$/$(PACKAGE_VERSION)/' \ -e 's/\$$COPYRIGHT\$$/$(COPYRIGHT)/' \ -e 's/\$$NAME\$$/$(APPNAME)/' \