OSDN Git Service

Don't create lib/xtra in the application bundle since rules in lib will do so.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 29 Aug 2019 20:03:32 +0000 (13:03 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 29 Aug 2019 20:03:32 +0000 (13:03 -0700)
src/Makefile.am

index b90d355..8fe6c57 100644 (file)
@@ -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)/' \