Magellan Linux

Contents of /trunk/dracut/patches/dracut-045-busybox-makefile.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2905 - (show annotations) (download)
Tue Apr 4 15:48:53 2017 UTC (7 years ago) by niro
File size: 762 byte(s)
-fixed ftbfs with busybox, cp opt -x unknown
1 diff -Naur dracut-045/Makefile dracut-045-busybox-makefile/Makefile
2 --- dracut-045/Makefile 2017-04-03 10:26:25.000000000 +0200
3 +++ dracut-045-busybox-makefile/Makefile 2017-04-04 17:47:34.336769299 +0200
4 @@ -129,7 +129,7 @@
5 ln -fs dracut-functions.sh $(DESTDIR)$(pkglibdir)/dracut-functions
6 install -m 0755 dracut-logger.sh $(DESTDIR)$(pkglibdir)/dracut-logger.sh
7 install -m 0755 dracut-initramfs-restore.sh $(DESTDIR)$(pkglibdir)/dracut-initramfs-restore
8 - cp -arx modules.d $(DESTDIR)$(pkglibdir)
9 + cp -ar modules.d $(DESTDIR)$(pkglibdir)
10 ifneq ($(enable_documentation),no)
11 for i in $(man1pages); do install -m 0644 $$i $(DESTDIR)$(mandir)/man1/$${i##*/}; done
12 for i in $(man5pages); do install -m 0644 $$i $(DESTDIR)$(mandir)/man5/$${i##*/}; done