From 4736a422c6b5ce46f7e03d70fbabf7986847ab03 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 17 Nov 2011 11:48:50 +0000 Subject: [PATCH] packages/psplash: rename initscript file SVN-Revision: 29221 --- 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 de8228d37..0b563833e 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/ @@ -48,7 +48,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.30.2