mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
fix screwy patch handling
This commit is contained in:
parent
a69862a9db
commit
b3f5073c5b
@ -33,6 +33,7 @@ rxvt-source: $(DL_DIR)/$(RXVT_SOURCE)
|
|||||||
|
|
||||||
$(RXVT_DIR)/.unpacked: $(DL_DIR)/$(RXVT_SOURCE)
|
$(RXVT_DIR)/.unpacked: $(DL_DIR)/$(RXVT_SOURCE)
|
||||||
$(RXVT_CAT) $(DL_DIR)/$(RXVT_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
$(RXVT_CAT) $(DL_DIR)/$(RXVT_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||||
|
toolchain/patch-kernel.sh $(RXVT_DIR) package/rxvt/ rxvt\*.patch
|
||||||
touch $(RXVT_DIR)/.unpacked
|
touch $(RXVT_DIR)/.unpacked
|
||||||
|
|
||||||
$(RXVT_DIR)/.configured: $(RXVT_DIR)/.unpacked
|
$(RXVT_DIR)/.configured: $(RXVT_DIR)/.unpacked
|
||||||
@ -48,7 +49,6 @@ $(RXVT_DIR)/.configured: $(RXVT_DIR)/.unpacked
|
|||||||
--x-includes=$(TINYX_DIR)/exports/include \
|
--x-includes=$(TINYX_DIR)/exports/include \
|
||||||
--x-libraries=$(TINYX_DIR)/exports/lib \
|
--x-libraries=$(TINYX_DIR)/exports/lib \
|
||||||
);
|
);
|
||||||
toolchain/patch-kernel.sh $(RXVT_DIR) package/rxvt/ rxvt\*.patch
|
|
||||||
touch $(RXVT_DIR)/.configured
|
touch $(RXVT_DIR)/.configured
|
||||||
|
|
||||||
$(RXVT_BINARY): $(RXVT_DIR)/.configured
|
$(RXVT_BINARY): $(RXVT_DIR)/.configured
|
||||||
|
Loading…
x
Reference in New Issue
Block a user