From 52cf3b08e525f7539bdf5179c0b5773ce000902f Mon Sep 17 00:00:00 2001 From: sbyx Date: Sun, 15 Jun 2014 19:52:53 +0200 Subject: [PATCH] minimalist-pcproxy: Fix typo in postinst --- minimalist-pcproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minimalist-pcproxy/Makefile b/minimalist-pcproxy/Makefile index 1a4f16d..3845a9e 100644 --- a/minimalist-pcproxy/Makefile +++ b/minimalist-pcproxy/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=minimalist-pcproxy PKG_SOURCE_VERSION:=c8d47ff42c4354f502830faeae13bd8f269401af PKG_VERSION:=2014-06-02-$(PKG_SOURCE_VERSION) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://github.com/fingon/minimalist-pcproxy.git @@ -46,7 +46,7 @@ define Package/minimalist-pcproxy/install endef define Package/minimalist-pcproxy/postinst -!/bin/sh +#!/bin/sh [ -n "$${IPKG_INSTROOT}" ] || { (. /etc/uci-defaults/x-minimalist-pcproxy.defaults) && rm -f /etc/uci-defaults/x-minimalist-pcproxy.defaults } -- 2.30.2