--- trunk/core/efivar/efivar-37-r1.smage2 2019/03/22 21:34:48 32063 +++ trunk/core/efivar/efivar-37-r1.smage2 2019/03/22 21:36:21 32064 @@ -14,7 +14,7 @@ SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" -sminclude mtools +sminclude mtools rpath SRC_URI=( #https://github.com/rhboot/${PNAME}/archive/${SRCFILE} @@ -54,5 +54,9 @@ minstalldir /usr/bin || die minstallexec src/test/tester /usr/bin/efivar-tester || die + + # remove rpath + mdeleterpath || die + minstalldocs AUTHORS COPYING README* TODO || die }