mirror of
https://git.yoctoproject.org/poky
synced 2026-02-23 01:49:40 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1745 311d38ba-8fff-0310-9ca6-ca027cbcb966
18 lines
381 B
Diff
18 lines
381 B
Diff
---
|
|
makedist.sh | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
Index: puzzles/makedist.sh
|
|
===================================================================
|
|
--- puzzles.orig/makedist.sh 2007-05-17 11:49:59.000000000 +0100
|
|
+++ puzzles/makedist.sh 2007-05-17 12:07:39.000000000 +0100
|
|
@@ -30,6 +30,8 @@ fi
|
|
|
|
perl mkfiles.pl
|
|
|
|
+exit 0
|
|
+
|
|
mkdir tmp.$$
|
|
mkdir tmp.$$/puzzles$arcsuffix
|
|
|