Commit a1bebb173181245a4c5e52b9171c1104a2b7c988
1 parent
d8c0ab94
Exists in
master
and in
5 other branches
Ajustes para empacotamento da versão personalizada.
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/pw3270/Makefile.in
... | ... | @@ -161,8 +161,7 @@ $(DESTDIR)$(datarootdir)/$(PACKAGE_NAME)/%.png: \ |
161 | 161 | |
162 | 162 | @echo $< ... |
163 | 163 | @$(MKDIR) `dirname $@` |
164 | - @$(SVG2PNG) $< --format=png > $@ | |
165 | - @$(OPTIPNG) -o7 $@ | |
164 | + @$(OPTIPNG) -out $@ -o7 $< | |
166 | 165 | |
167 | 166 | #---[ Release Targets ]------------------------------------------------------------------ |
168 | 167 | ... | ... |