The R Project SVN R-packages

Rev

Rev 3700 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3700 Rev 4160
Line 1... Line 1...
1
# This is a hand-written shell script
1
# This is a hand-written shell script
2
 
2
 
3
cd src
3
cd src
4
echo "---- unpacking SQLite ----"
4
echo "---- unpacking SQLite ----"
5
rm -rf SQLite
5
rm -rf SQLite
6
tar zxf ../sqlite-3.3.7.tar.gz
6
tar zxf ../sqlite-3.3.13.tar.gz
7
mv sqlite-3.3.7 SQLite
7
mv sqlite-3.3.13 SQLite
8
cd SQLite
8
cd SQLite
9
echo "---- configuring SQLite ----"
9
echo "---- configuring SQLite ----"
10
## remove chmod, change to ls
10
## remove chmod, change to ls
11
sed -e 's/chmod +x/ls /g; s/chmod u+w/ls /g; s/chmod \d\{3\}/ls /g; s/chmod/ls /g' configure > configure.tmp
11
sed -e 's/chmod +x/ls /g; s/chmod u+w/ls /g; s/chmod \d\{3\}/ls /g; s/chmod/ls /g' configure > configure.tmp
12
mv configure.tmp configure
12
mv configure.tmp configure