-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
wwwutz
commented
Sep 5, 2019
- be0ify
- be0ify
Do you know of any users? If not, shouldn’t it just be removed? |
#} | ||
|
||
mee_install_post() { | ||
rm -vfr ${D}/usr/share/dar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PREFIX should be used again instead of hard-coding paths, as bee allows to change the prefix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DATADIR
even.
$ bee --print-config
[…]
PREFIX=/usr
EPREFIX=${PREFIX}
BINDIR=${EPREFIX}/bin
SBINDIR=${EPREFIX}/sbin
LIBEXECDIR=${EPREFIX}/libexec
SYSCONFDIR=DEFAULT
LOCALSTATEDIR=DEFAULT
SHAREDSTATEDIR=${LOCALSTATEDIR}
LIBDIR=${EPREFIX}/lib
INCLUDEDIR=${PREFIX}/include
DATAROOTDIR=${PREFIX}/share
DATADIR=${DATAROOTDIR}
INFODIR=${DATAROOTDIR}/info
MANDIR=${DATAROOTDIR}/man
DOCDIR=${DATAROOTDIR}/doc/${PKGNAME}
LOCALEDIR=${DATAROOTDIR}/locale
mee_install_post() { | ||
rm -vfr ${D}/usr/share/dar | ||
rm -vfr ${D}/usr/include/dar | ||
rm -vf ${D}/usr/lib/libdar64.a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LIBDIR
for this..
rm -vfr ${D}/usr/include/dar | ||
rm -vf ${D}/usr/lib/libdar64.a | ||
rm -vf ${D}/usr/lib/pkgconfig/libdar64.pc | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your editor seems to strip proper line endings (or not add them).
rm -vfr ${D}/usr/share/dar | ||
rm -vfr ${D}/usr/include/dar | ||
rm -vf ${D}/usr/lib/libdar64.a | ||
rm -vf ${D}/usr/lib/pkgconfig/libdar64.pc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove the pkg-config file? Please add a comment.
Instead of wasting your working time to correct 'style' and not 'content' of a program which was installed to be able to just extract Stop wasting my time commenting on bee-file-style which do not change the contents of the resulting package. This is not contributing - this is annoying. Don't force me to put you on ignore. CONTENT ! |
My Humblebee is very sad now. ;-)
|