summaryrefslogtreecommitdiff
path: root/package/lua-msgpack-native
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-12-07 10:16:49 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-08 19:42:34 +0100
commit3d86d29bf05663ab170c9f8cf44ab691b722f7fb (patch)
tree74c34da2118fb18f2149b900e20da2900e29518f /package/lua-msgpack-native
parent47e82829c25657b2e6413802dcd1020c15084d31 (diff)
packages: remove package clean commands
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/lua-msgpack-native')
-rw-r--r--package/lua-msgpack-native/lua-msgpack-native.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/lua-msgpack-native/lua-msgpack-native.mk b/package/lua-msgpack-native/lua-msgpack-native.mk
index 271b0ab6f..37184055c 100644
--- a/package/lua-msgpack-native/lua-msgpack-native.mk
+++ b/package/lua-msgpack-native/lua-msgpack-native.mk
@@ -18,8 +18,4 @@ define LUA_MSGPACK_NATIVE_INSTALL_TARGET_CMDS
$(INSTALL) -m 755 -D $(@D)/msgpack.so $(TARGET_DIR)/usr/lib/lua/msgpack.so
endef
-define LUA_MSGPACK_NATIVE_CLEAN_CMDS
- rm -f $(@D)/msgpack.so
-endef
-
$(eval $(generic-package))