Add 'clonezilla-unstable/' from commit '9933b6954e
'
git-subtree-dir: clonezilla-unstable git-subtree-mainline:af8a24ac62
git-subtree-split:9933b6954e
This commit is contained in:
commit
95ad33ffed
3 changed files with 82 additions and 0 deletions
13
clonezilla-unstable/usrbin.patch
Normal file
13
clonezilla-unstable/usrbin.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- Makefile.orig 2013-05-30 17:42:49.851418658 +0100
|
||||
+++ Makefile 2013-05-30 17:44:41.157482402 +0100
|
||||
@@ -18,8 +18,8 @@
|
||||
|
||||
install:
|
||||
# install exec files
|
||||
- install -d ${DESTDIR}/usr/
|
||||
- cp -a sbin bin ${DESTDIR}/usr/
|
||||
+ install -d ${DESTDIR}/usr/bin
|
||||
+ cp -a sbin/* bin/* ${DESTDIR}/usr/bin/
|
||||
|
||||
# install setup dir
|
||||
install -d $(DESTDIR)/$(SHAREDIR)/
|
Loading…
Add table
Add a link
Reference in a new issue