]> git.pld-linux.org Git - packages/vagrant.git/commitdiff
really fix embedded path
authorElan Ruusamäe <glen@delfi.ee>
Wed, 20 Mar 2013 19:46:18 +0000 (21:46 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 20 Mar 2013 19:46:18 +0000 (21:46 +0200)
vagrant.spec

index 1d64a91cbe96e9e792399410790bf285976b1046..de5933c309542bad936b9eed0267c10680309c20 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Provisioning and deployment of virtual instances
 Name:          vagrant
 Version:       1.1.2
-Release:       0.3
+Release:       0.4
 License:       MIT
 Group:         Applications/Emulators
 URL:           http://vagrantup.com/
@@ -65,7 +65,7 @@ rpm2cpio $SOURCE | cpio -i -d
 
 mv opt/vagrant/* .
 
-grep -rl /tmp/vagrant-temp embedded | xargs sed -i -e 's,/tmp/vagrant-temp,%{_appdir}/embedded,'
+grep -rl /tmp/vagrant-temp embedded | xargs sed -i -e 's,/tmp/vagrant-temp,%{_appdir},'
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.034023 seconds and 4 git commands to generate.