synthesis.sh: remove 'psd' from 'not_src_packaged' (giving 'rm' error later).

DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@4024 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2013-08-18 21:54:48 +00:00
parent 77dc57aee7
commit b1b043bfc7
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ clean=veryclean
# the following file paths are relative to $source
targets=( eduke32$exe mapster32$exe )
package=package
not_src_packaged=( psd $package/ebacktrace1.dll $package/ebacktrace1-64.dll )
not_src_packaged=( $package/ebacktrace1.dll $package/ebacktrace1-64.dll )
# group that owns the resulting packages
group=dukeworld