null+****@clear*****
null+****@clear*****
2010年 8月 23日 (月) 17:06:05 JST
Kouhei Sutou 2010-08-23 08:06:05 +0000 (Mon, 23 Aug 2010)
New Revision: e62ac3a9037a8add5a47f33db6fc2584964c2fa8
Log:
force to add source repository.
Modified files:
apt/build-deb.sh
Modified: apt/build-deb.sh (+3 -0)
===================================================================
--- apt/build-deb.sh 2010-08-23 07:43:27 +0000 (506a50d)
+++ apt/build-deb.sh 2010-08-23 08:06:05 +0000 (e9656e4)
@@ -19,6 +19,9 @@ run()
fi
}
+grep '^deb ' /etc/apt/sources.list | \
+ sed -e 's/^deb /deb-src /' > /etc/apt/sources.list.d/base-source.list
+
if [ ! -x /usr/bin/aptitude ]; then
run apt-get install -y aptitude
fi