- bump version and uninstall runlevel script. Closes #1366
This commit is contained in:
parent
8fce4ba864
commit
c1dc610e0d
@ -4,7 +4,7 @@
|
||||
#
|
||||
#############################################################
|
||||
|
||||
DMRAID_VERSION=1.0.0.rc13
|
||||
DMRAID_VERSION=1.0.0.rc14
|
||||
DMRAID_SOURCE:=dmraid-$(DMRAID_VERSION).tar.bz2
|
||||
DMRAID_SITE:=http://people.redhat.com/~heinzm/sw/dmraid/src
|
||||
DMRAID_DIR:=$(BUILD_DIR)/dmraid/$(DMRAID_VERSION)
|
||||
@ -51,7 +51,7 @@ $(DMRAID_TARGET_BINARY): $(DMRAID_DIR)/tools/$(DMRAID_BINARY)
|
||||
dmraid: uclibc dm zlib $(DMRAID_TARGET_BINARY)
|
||||
|
||||
dmraid-clean:
|
||||
rm $(DMRAID_TARGET_BINARY)
|
||||
rm -f $(DMRAID_TARGET_BINARY) $(TARGET_DIR)/etc/init.d/dmraid
|
||||
$(MAKE) -C $(DMRAID_DIR) clean
|
||||
|
||||
dmraid-dirclean:
|
||||
|
Loading…
Reference in New Issue
Block a user