diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-03-29 12:19:42 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-03-29 12:19:42 +0100 |
commit | 31866117cb1bb61b21321f99d5e6635336a9052c (patch) | |
tree | e8ba72fc5ce81514159a9bc53f159571d3465fc8 /psprint_config | |
parent | 662b3b77621c5e9648439f958a37bfd5de1110a2 (diff) |
if we patch ppds, don't package .orig files
Diffstat (limited to 'psprint_config')
-rw-r--r-- | psprint_config/configuration/ppds/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psprint_config/configuration/ppds/makefile.mk b/psprint_config/configuration/ppds/makefile.mk index f2908bfae09b..eab740a4bef0 100644 --- a/psprint_config/configuration/ppds/makefile.mk +++ b/psprint_config/configuration/ppds/makefile.mk @@ -39,7 +39,7 @@ ZIP1TARGET = fontunxppds .IF "$(WITH_SYSTEM_PPD_DIR)" != "" ZIP1LIST = SGENPRT.PS SGENT42.PS GENERIC.PS .ELSE -ZIP1LIST = * -x makefile.* -x delzip +ZIP1LIST = * -x makefile.* -x delzip -x *.orig .ENDIF .INCLUDE : target.mk |