gnunet: update to r37672
while at it, also fix post-install script and no longer ship gnunet-download-manager.scm, we ain't got guile anyway and it wasn't touched for 12 years. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
847ebdc909
commit
599ae9207d
1 changed files with 4 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gnunet
|
PKG_NAME:=gnunet
|
||||||
PKG_SOURCE_VERSION:=37547
|
PKG_SOURCE_VERSION:=37681
|
||||||
PKG_VERSION:=0.10.1-svn$(PKG_SOURCE_VERSION)
|
PKG_VERSION:=0.10.1-svn$(PKG_SOURCE_VERSION)
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
|
@ -224,7 +224,7 @@ LIBEXEC_dv:=service-dv
|
||||||
CONF_dv:=dv
|
CONF_dv:=dv
|
||||||
|
|
||||||
DEPENDS_fs:=+gnunet-datastore +gnunet-peerstore +libextractor
|
DEPENDS_fs:=+gnunet-datastore +gnunet-peerstore +libextractor
|
||||||
BIN_fs:=auto-share directory download download-manager.scm fs publish unindex search
|
BIN_fs:=auto-share directory download fs publish unindex search
|
||||||
LIB_fs:=fs
|
LIB_fs:=fs
|
||||||
PLUGIN_fs:=block_fs
|
PLUGIN_fs:=block_fs
|
||||||
LIBEXEC_fs:=helper-fs-publish service-fs
|
LIBEXEC_fs:=helper-fs-publish service-fs
|
||||||
|
@ -335,7 +335,8 @@ endef
|
||||||
define PostInstFixSUIDPerms
|
define PostInstFixSUIDPerms
|
||||||
define Package/$(1)/postinst
|
define Package/$(1)/postinst
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ -e /usr/share/gnunet/.permfix ] && rm /usr/share/gnunet/.permfix
|
[ -z "$IPKG_INSTROOT" ] || exit 0
|
||||||
|
[ -e /usr/share/gnunet/.permfix ] && rm /usr/share/gnunet/.permfix || exit 0
|
||||||
endef
|
endef
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue