|
@@ -20,11 +20,11 @@ $(TARGET_DIR)/usr/lib/concierge/: $(DL_DIR)/concierge
|
|
|
mkdir -p $(TARGET_DIR)/usr/lib
|
|
|
mkdir -p $(TARGET_DIR)/usr/lib/concierge
|
|
|
cp -dpf $(DL_DIR)/concierge/* $(TARGET_DIR)/usr/lib/concierge/
|
|
|
- cp -dpf package/concierge/files/init.xargs $(TARGET_DIR)/usr/lib/concierge/
|
|
|
+ cp -dpf package/java/concierge/files/init.xargs $(TARGET_DIR)/usr/lib/concierge/
|
|
|
touch -c $@
|
|
|
|
|
|
$(TARGET_DIR)/usr/bin/concierge:
|
|
|
- cp -dpf package/concierge/files/concierge $(TARGET_DIR)/usr/bin/
|
|
|
+ cp -dpf package/java/concierge/files/concierge $(TARGET_DIR)/usr/bin/
|
|
|
chmod +x $(TARGET_DIR)/usr/bin/concierge
|
|
|
touch -c $@
|
|
|
|