]> err.no Git - scalable-opengroupware.org/blob - UI/SOGoElements/GNUmakefile.postamble
Install libs to /usr/lib
[scalable-opengroupware.org] / UI / SOGoElements / GNUmakefile.postamble
1 ifneq ($(GNUSTEP_BUILD_DIR),)
2 after-SOGoElements-all ::
3         @(cp bundle-info.plist \
4           $(GNUSTEP_BUILD_DIR)/$(BUNDLE_NAME)$(BUNDLE_EXTENSION))
5 else
6 after-SOGoElements-all ::
7         @(cd $(BUNDLE_NAME)$(BUNDLE_EXTENSION);\
8           cp ../bundle-info.plist .)
9 endif