Fix new path to RPM.
[virt-p2v.git] / p2v.ks.in
index ae385d1..940b1f9 100644 (file)
--- a/p2v.ks.in
+++ b/p2v.ks.in
@@ -32,10 +32,10 @@ repo --name=released --baseurl=@CD_BASE_URL@
 # A local repository if selected by ./configure --enable-localrepo=...
 @LOCALREPO@
 
-# The rpmbuild subdirectory, containing virt-p2v RPM.
-repo --name=p2v --baseurl=file://@abs_top_builddir@/rpmbuild
+# The p2vrepo subdirectory, containing virt-p2v RPM.
+repo --name=p2v --baseurl=file://@abs_top_builddir@/p2vrepo
 
-%packages
+%packages --excludedocs
 bash
 kernel
 syslinux
@@ -150,7 +150,7 @@ mkdir /mnt/root
 
 # Remove some unused files.
 rm -rf /usr/share/man          ;# 20 MB
-rm -rf /usr/share/doc          ;# 44 MB
-rm -rf /usr/share/locale       ;# 60 MB
+#rm -rf /usr/share/doc         ;# 44 MB
+#rm -rf /usr/share/locale      ;# 60 MB
 
 %end