Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP3
sunpinyin
no-download.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File no-download.patch of Package sunpinyin
Index: sunpinyin-2.0.4+git20150706.cf18102/src/SConscript =================================================================== --- sunpinyin-2.0.4+git20150706.cf18102.orig/src/SConscript +++ sunpinyin-2.0.4+git20150706.cf18102/src/SConscript @@ -56,4 +56,15 @@ env.Command('sunpinyin-dictgen', 'sunpin Chmod("$TARGET", 0755), ]) +env.Substfile('sunpinyin-dictgen-local.mk.in', SUBST_DICT={ + '@MAKE@': env['MAKE'], + '@TAR@': env['TAR'], + '@DATADIR@': env['DATADIR'], + '@ENDIANNESS@': env['ENDIANNESS'], +}) +env.Command('sunpinyin-dictgen-local', 'sunpinyin-dictgen-local.mk', [ + Copy("$TARGET", "$SOURCE"), + Chmod("$TARGET", 0755), +]) + # -*- indent-tabs-mode: nil -*- vim:et:ts=4
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor