[pve-devel] [PATCH 2/4] Revert commit 18335ece8876f7ef0b745c37de555646314c1943
Wolfgang Link
w.link at proxmox.com
Tue Jul 5 10:47:36 CEST 2016
We like to have the dog binaries in /usr/sbin and not in /usr/bin
---
Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 147dc5c..39baf35 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,9 @@ ${DEB} deb: ${SDSRC}
${SDSRC} download:
rm -rf ${SDDIR} sheepdog.git
git clone git://github.com/sheepdog/sheepdog.git -b v1.0 sheepdog.git
- cd sheepdog.git; git checkout -b local v1.0
+ cd sheepdog.git; git checkout -b revert v1.0
+ # we like to have the dog binary in sbin and not in bin
+ cd sheepdog.git; git revert 18335ece8876f7ef0b745c37de555646314c1943 --no-edit
rsync -a --exclude .git --exclude .gitignore sheepdog.git/ ${SDDIR}
tar czf ${SDSRC}.tmp ${SDDIR}
rm -rf ${SDDIR}
--
2.1.4
More information about the pve-devel
mailing list