mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-09 19:41:04 +00:00
Whitespace cleanup.
This commit is contained in:
parent
084169f348
commit
b4a4dc55be
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ install: -pre-install -gtk-runtime
|
||||||
rm -rf `find $(INSTDIR)/installs -type d -name .svn`
|
rm -rf `find $(INSTDIR)/installs -type d -name .svn`
|
||||||
|
|
||||||
bundle:
|
bundle:
|
||||||
|
|
||||||
# The Radiant plugins (modules) are a little funky
|
# The Radiant plugins (modules) are a little funky
|
||||||
# Some of them are actually linked against the build directory
|
# Some of them are actually linked against the build directory
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ bundle:
|
||||||
`find $(BINDIR)/modules -name "*.so" | xargs -I {} echo -x {}` \
|
`find $(BINDIR)/modules -name "*.so" | xargs -I {} echo -x {}` \
|
||||||
`find $(LIBDIR) -name "*.so" | xargs -I {} echo -x {}` \
|
`find $(LIBDIR) -name "*.so" | xargs -I {} echo -x {}` \
|
||||||
-d $(LIBDIR) -of -p @executable_path/../lib
|
-d $(LIBDIR) -of -p @executable_path/../lib
|
||||||
|
|
||||||
rm -f build
|
rm -f build
|
||||||
|
|
||||||
image:
|
image:
|
||||||
|
|
Loading…
Reference in a new issue