From db5113be3606003b1dbaec06e316b2f140904438 Mon Sep 17 00:00:00 2001 From: jow Date: Sun, 5 Feb 2012 16:52:23 +0000 Subject: [PATCH] [packages_10.03.2] psplash: merge r29221 git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_10.03.2@30299 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/psplash/Makefile | 6 +++--- utils/psplash/files/{init => psplash.init} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename utils/psplash/files/{init => psplash.init} (100%) diff --git a/utils/psplash/Makefile b/utils/psplash/Makefile index 2825603..8d2400f 100644 --- a/utils/psplash/Makefile +++ b/utils/psplash/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=psplash PKG_VERSION:=0.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://projects.o-hand.com/sources/psplash/ @@ -49,7 +49,7 @@ define Package/psplash/install $(PKG_INSTALL_DIR)/usr/bin/psplash* \ $(1)/bin/ $(INSTALL_BIN) \ - ./files/init \ + ./files/psplash.init \ $(1)/etc/init.d/psplash endef diff --git a/utils/psplash/files/init b/utils/psplash/files/psplash.init similarity index 100% rename from utils/psplash/files/init rename to utils/psplash/files/psplash.init -- 2.11.0