diff options
author | rsc <devnull@localhost> | 2005-11-28 16:36:57 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-11-28 16:36:57 +0000 |
commit | bdbc55d3524a3a93afad6fba08dfe5f774a3d2d2 (patch) | |
tree | 7057af11094d0887b65a9d27cd2252975a501058 /dist/debian | |
parent | efea318b2e7e4725ff850544fa2609a65a196845 (diff) | |
download | plan9port-bdbc55d3524a3a93afad6fba08dfe5f774a3d2d2.tar.gz plan9port-bdbc55d3524a3a93afad6fba08dfe5f774a3d2d2.tar.bz2 plan9port-bdbc55d3524a3a93afad6fba08dfe5f774a3d2d2.zip |
add text version of install(1)
Diffstat (limited to 'dist/debian')
-rwxr-xr-x | dist/debian/mkrep | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/debian/mkrep b/dist/debian/mkrep index 95a0e455..17ca1ee7 100755 --- a/dist/debian/mkrep +++ b/dist/debian/mkrep @@ -4,10 +4,13 @@ cd /scratch/rsc/plan9 cvs up -dAP cd dist; ./mkfilelist >filelist cp filelist /usr/local/plan9/dist +cd /usr/local/plan9/dist/debian rm -rf dists pool mkdir -p dists pool ./mkpkg all +mkdir other +cp other/*.deb pool d=dists/testing/main/binary-i386 mkdir -p $d apt-ftparchive packages pool |tee $d/Packages |gzip >$d/Packages.gz |