diff options
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | package/at/at.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ Ccache support reworked. Now used for both host and target compilation, and cache is stored in ~/.buildroot-ccache. - Updated/fixed packages: busybox, dbus, cloop, cups, + Updated/fixed packages: at, busybox, dbus, cloop, cups, gdk-pixbuf, hostapd, i2c-tools, libconfig, m4, openssh, openssl, pango, qt, rsync, sdl_gfx, sdl_sound, udev, usbutils, xz, zlib diff --git a/package/at/at.mk b/package/at/at.mk index c38c42475..9067fa5c1 100644 --- a/package/at/at.mk +++ b/package/at/at.mk @@ -20,7 +20,7 @@ AT_CONF_OPT = \ SENDMAIL=/usr/sbin/sendmail define AT_INSTALL_INITSCRIPT - $(INSTALL) -m 0755 package/at/S99at $(TARGET_DIR)/etc/init.d/S99at + $(INSTALL) -m 0755 -D package/at/S99at $(TARGET_DIR)/etc/init.d/S99at endef AT_POST_INSTALL_TARGET_HOOKS += AT_INSTALL_INITSCRIPT |