changing branch to checkout from to arno/stable and placing all repo contents into...
[genesis.git] / foreman / build / opnfv-genesis.spec
index 674760f..bcac1a9 100644 (file)
@@ -21,11 +21,12 @@ The files from the OPNFV genesis repo
 %build
 
 %install
-mkdir -p %{buildroot}/usr/bin/
-cp foreman/ci/deploy.sh %{buildroot}/usr/bin/
+mkdir -p %{buildroot}/root/genesis
+cp -r foreman/ %{buildroot}/root/genesis
+cp -r common/ %{buildroot}/root/genesis
 
 %files
-/usr/bin/deploy.sh
+/root/genesis
 
 
 %changelog