mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-17 14:11:27 +01:00
Update Nyquist to v3.09.
This commit is contained in:
14
lib-src/libnyquist/nyquist/sys/unix/cmu/tar.script
Normal file
14
lib-src/libnyquist/nyquist/sys/unix/cmu/tar.script
Normal file
@@ -0,0 +1,14 @@
|
||||
mkdir ../TMP
|
||||
mv ny ../TMP
|
||||
mv runtime/system.lsp ../TMP
|
||||
mv Makefile ../TMP
|
||||
mv test ../TMP
|
||||
set NYQDIR=`pwd`
|
||||
cd ..
|
||||
ln -fs $NYQDIR nyquist
|
||||
tar -cvhf - nyquist | compress > nyquist.tar.Z
|
||||
cd $NYQDIR
|
||||
mv ../TMP/test .
|
||||
mv ../TMP/Makefile .
|
||||
mv ../TMP/system.lsp runtime
|
||||
mv ../TMP/ny .
|
||||
Reference in New Issue
Block a user