projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1143c2d
)
smartmontools: Made the init script executable on installation
author
Rod Whitby
<rod@whitby.id.au>
Thu, 12 Jul 2007 08:15:45 +0000
(08:15 +0000)
committer
Rod Whitby
<rod@whitby.id.au>
Thu, 12 Jul 2007 08:15:45 +0000
(08:15 +0000)
SVN-Revision: 7931
utils/smartmontools/Makefile
patch
|
blob
|
history
diff --git
a/utils/smartmontools/Makefile
b/utils/smartmontools/Makefile
index c35d2d71b246134778f52ab50df7da0d77a4b58d..44f3190c89d3722fcd88fe1ec334a3f6fd43c844 100644
(file)
--- a/
utils/smartmontools/Makefile
+++ b/
utils/smartmontools/Makefile
@@
-10,7
+10,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=smartmontools
PKG_VERSION:=5.37
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/smartmontools
@@
-55,7
+55,7
@@
define Package/smartmontools/install
$(INSTALL_DIR) $(1)/etc
$(INSTALL_DATA) ./files/smartd.conf $(1)/etc
$(INSTALL_DIR) $(1)/etc/init.d
- $(INSTALL_
DATA
) ./files/smartd.init $(1)/etc/init.d/smartd
+ $(INSTALL_
BIN
) ./files/smartd.init $(1)/etc/init.d/smartd
endef
$(eval $(call BuildPackage,smartmontools))