Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
json-glib: new revision
not so agressiv cleanup
  • Loading branch information
david committed Apr 23, 2021
1 parent 638efae commit 581042f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions json-glib.be0
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION json-glib-1.4.4-0
# BEE_VERSION json-glib-1.4.4-1

SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/json-glib/${PKGVERSION[2]}/json-glib-${PKGVERSION}.tar.xz"

Expand All @@ -25,7 +25,7 @@ mee_patch_post() {
}

#mee_configure() {
#
# bee_configure
#}

#mee_build() {
Expand All @@ -34,8 +34,7 @@ mee_patch_post() {

mee_install() {
bee_install
# rm /usr/share/installed-tests
rm -rvf ${D}/usr/share
# rm ./usr/libexec/installed-tests
rm -rvf ${D}/usr/libexec
rm -r ${D}/usr/share/installed-tests
rm -r ${D}/usr/libexec/installed-tests

}

0 comments on commit 581042f

Please sign in to comment.