chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0861381
)
Fixes #40
author
Daid
<daid303@gmail.com>
Mon, 9 Apr 2012 10:30:22 +0000
(12:30 +0200)
committer
Daid
<daid303@gmail.com>
Mon, 9 Apr 2012 10:30:22 +0000
(12:30 +0200)
package.sh
patch
|
blob
|
history
diff --git
a/package.sh
b/package.sh
index d059f665f73efb0709142495564e429e15c0347e..aa94095b2c7234fdd090fda70e5f75b9b01be5a1 100755
(executable)
--- a/
package.sh
+++ b/
package.sh
@@
-154,9
+154,6
@@
else
cp -a scripts/${BUILD_TARGET}/*.sh $TARGET_DIR/
fi
-#add readme file
-cp README ${TARGET_DIR}/README.txt
-
#package the result
if (( ${ARCHIVE_FOR_DISTRIBUTION} )); then
if [ $BUILD_TARGET = "win32" ]; then