Small error in patch file.

This commit is contained in:
Jean-Paul Chaput 2010-05-27 13:57:07 +00:00
parent d792e71110
commit fd07e33e1f
2 changed files with 4 additions and 4 deletions

View File

@ -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 )

View File

@ -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 )