This is a document for making repogitory of apt The followings are way to make the apt repogitory for Vine 4.0 only for the first time > cd /GFD_Dennou_Club/ftp/arch/ruby/products/rpm/RPMS/Vine/apt > mkdir 4.0 > cd 4.0 > ln -s ../../../../SRPMS SRPMS.dcl > ln -s ../../../../SRPMS SRPMS.dcl-noarch > cp ../3.0/Makefile . > vi Makefile > diff -u ../3.0/Makefile Makefile -TOPDIR=/GFD_Dennou_Club/ftp/arch/ruby/products/rpm/RPMS/Vine/apt/3.0 +TOPDIR=/GFD_Dennou_Club/ftp/arch/ruby/products/rpm/RPMS/Vine/apt/4.0 > mkdir i386 > cd i386 > ln -s ../../../4.0/i386 RPMS.dcl > ln -s ../../../4.0/noarch RPMS.dcl-noarch > mkdir base > cd .. > make If the apt repogitory is existed, you have to do only execute make in order to update the repogitory.