Small error in patch file.
This commit is contained in:
parent
d792e71110
commit
fd07e33e1f
|
@ -459,7 +459,7 @@ class ProjectBuilder:
|
||||||
self._execute ( command, "rm of %s failed" % item)
|
self._execute ( command, "rm of %s failed" % item)
|
||||||
|
|
||||||
os.chdir ( self._archiveDir )
|
os.chdir ( self._archiveDir )
|
||||||
command = [ "/bin/patch", "--remove-empty-files"
|
command = [ "/usr/bin/patch", "--remove-empty-files"
|
||||||
, "--no-backup-if-mismatch"
|
, "--no-backup-if-mismatch"
|
||||||
, "-p0", "-i", self._distribPatch ]
|
, "-p0", "-i", self._distribPatch ]
|
||||||
self._execute ( command, "patch for distribution command failed" )
|
self._execute ( command, "patch for distribution command failed" )
|
||||||
|
|
|
@ -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 environment.alliance.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
||||||
install ( FILES technology.symbolic.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.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.freePDK45.s2r.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
||||||
install ( FILES technology.fake.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 )
|
install ( FILES display.xml DESTINATION ${SYS_CONF_DIR}/coriolis2 )
|
||||||
|
|
Loading…
Reference in New Issue