Browse Source

Merge pull request #17828 from neheb/5

adblock: make reproducible
lilik-openwrt-22.03
Dirk Brenken 3 years ago
committed by GitHub
parent
commit
721a310897
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/adblock/Makefile

+ 2
- 2
net/adblock/Makefile View File

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=adblock
PKG_VERSION:=4.1.3
PKG_RELEASE:=4
PKG_RELEASE:=5
PKG_LICENSE:=GPL-3.0-or-later
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
@ -59,7 +59,7 @@ define Package/adblock/install
$(INSTALL_CONF) ./files/adblock.whitelist $(1)/etc/adblock
$(INSTALL_CONF) ./files/adblock.categories $(1)/etc/adblock
$(INSTALL_CONF) ./files/adblock.sources $(1)/etc/adblock
gzip -9 $(1)/etc/adblock/adblock.sources
gzip -9n $(1)/etc/adblock/adblock.sources
endef
$(eval $(call BuildPackage,adblock))

Loading…
Cancel
Save