author | spiralman <spiralman> | 2002-09-02 01:18:03 (UTC) |
---|---|---|
committer | spiralman <spiralman> | 2002-09-02 01:18:03 (UTC) |
commit | 8b7b59d22aaae92761054ae7d8e7f594a2a44898 (patch) (side-by-side diff) | |
tree | dfa76cf57351a81f605e19eefbb10f432b892a04 | |
parent | 741be5f509992efaf86b26d5792323ecf0ffeafa (diff) | |
download | opie-8b7b59d22aaae92761054ae7d8e7f594a2a44898.zip opie-8b7b59d22aaae92761054ae7d8e7f594a2a44898.tar.gz opie-8b7b59d22aaae92761054ae7d8e7f594a2a44898.tar.bz2 |
a makefile that copies all the scripts to $OPIEDIR/bin (yes, this should be here)
-rw-r--r-- | noncore/tools/opie-sh/scripts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/tools/opie-sh/scripts/Makefile b/noncore/tools/opie-sh/scripts/Makefile new file mode 100644 index 0000000..1eddbc2 --- a/dev/null +++ b/noncore/tools/opie-sh/scripts/Makefile @@ -0,0 +1,2 @@ +all: + cp *.sh ../../../../bin/ |