X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fgrubby%2Ffiles%2F1002-Install-into-libdir-instead-of-hard-coding.patch;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fgrubby%2Ffiles%2F1002-Install-into-libdir-instead-of-hard-coding.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=9181ada18ecce93e39220c3b91205752b3361963;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/grubby/files/1002-Install-into-libdir-instead-of-hard-coding.patch b/meta-starlingx/meta-stx-integ/recipes-devtools/grubby/files/1002-Install-into-libdir-instead-of-hard-coding.patch deleted file mode 100644 index 9181ada..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/grubby/files/1002-Install-into-libdir-instead-of-hard-coding.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/Makefile b/Makefile -index 7436c1c..91a4fd1 100644 ---- a/Makefile -+++ b/Makefile -@@ -56,9 +56,9 @@ install: all - install -m 755 grubby $(DESTDIR)$(PREFIX)/sbin ; \ - install -m 644 grubby.8 $(DESTDIR)/$(mandir)/man8 ; \ - fi -- mkdir -p $(DESTDIR)/usr/lib64/python2.7/site-packages/grubby -- install -m 644 grub_cfg_update.py $(DESTDIR)/usr/lib64/python2.7/site-packages/grubby/grub_cfg_update.py -- install -m 644 __init__.py $(DESTDIR)/usr/lib64/python2.7/site-packages/grubby/__init__.py -+ mkdir -p $(DESTDIR)/$(libdir)/python2.7/site-packages/grubby -+ install -m 644 grub_cfg_update.py $(DESTDIR)/$(libdir)/python2.7/site-packages/grubby/grub_cfg_update.py -+ install -m 644 __init__.py $(DESTDIR)/$(libdir)/python2.7/site-packages/grubby/__init__.py - install -m 500 grub-cfg-update $(DESTDIR)$(PREFIX)/sbin/grub-cfg-update - -