Changeset 479
- Timestamp:
- 03/12/2008 09:56:41 (6 months ago)
- Location:
- trunk
- Files:
-
- 1 modified
- 1 moved
-
Rakefile (modified) (1 diff)
-
platform/nix/Makefile (moved) (moved from trunk/Makefile)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Rakefile
r478 r479 391 391 cp "bin/main.c", "#{PKG}/bin/main.c" 392 392 cp "shoes/version.h", "#{PKG}/shoes/version.h" 393 rewrite " Makefile", "#{PKG}/Makefile", /^(SVN_VERSION) = .+?$/, 'SVN_VERSION = \1'393 rewrite "platform/nix/Makefile", "#{PKG}/Makefile", /^(SVN_VERSION) = .+?$/, 'SVN_VERSION = \1' 394 394 sh "tar czvf pkg/#{PKG}.tar.gz #{PKG}" 395 395 rm_rf PKG
