Small error in patch file.
This commit is contained in:
parent
d792e71110
commit
fd07e33e1f
|
@ -459,9 +459,9 @@ class ProjectBuilder:
|
|||
self._execute ( command, "rm of %s failed" % item)
|
||||
|
||||
os.chdir ( self._archiveDir )
|
||||
command = [ "/bin/patch", "--remove-empty-files"
|
||||
, "--no-backup-if-mismatch"
|
||||
, "-p0", "-i", self._distribPatch ]
|
||||
command = [ "/usr/bin/patch", "--remove-empty-files"
|
||||
, "--no-backup-if-mismatch"
|
||||
, "-p0", "-i", self._distribPatch ]
|
||||
self._execute ( command, "patch for distribution command failed" )
|
||||
|
||||
os.chdir ( self._tarballDir )
|
||||
|
|
|
@ -57,7 +57,7 @@ diff --exclude=.svn -uNr crlcore/etc.soc/CMakeLists.txt crlcore/etc/CMakeLists.t
|
|||
install ( FILES environment.alliance.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
||||
install ( FILES technology.symbolic.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
||||
- install ( FILES technology.cmos130.s2r.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
||||
- install ( FILES technology.mos65.s2r.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
||||
- install ( FILES technology.cmos65.s2r.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
||||
- install ( FILES technology.freePDK45.s2r.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
||||
install ( FILES technology.fake.s2r.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
||||
install ( FILES display.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
||||
|
|
Loading…
Reference in New Issue