diff options
| author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2014-10-27 09:25:28 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-02 23:27:01 +0100 |
| commit | e80053176125d5345d7bdf0ee1f45c837728f62d (patch) | |
| tree | 28917e8c24d8ebee794901658826f211ab05449b /package/gptfdisk | |
| parent | ac9621d9950e2ee7ff881d9460961b263e5f81b7 (diff) | |
| download | buildroot-e80053176125d5345d7bdf0ee1f45c837728f62d.tar.gz buildroot-e80053176125d5345d7bdf0ee1f45c837728f62d.zip | |
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gptfdisk')
| -rw-r--r-- | package/gptfdisk/Config.in | 2 | ||||
| -rw-r--r-- | package/gptfdisk/gptfdisk.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/gptfdisk/Config.in b/package/gptfdisk/Config.in index ae90fa91db..d16781f382 100644 --- a/package/gptfdisk/Config.in +++ b/package/gptfdisk/Config.in @@ -9,7 +9,7 @@ config BR2_PACKAGE_GPTFDISK select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX_LIBUUID select BR2_PACKAGE_GPTFDISK_GDISK if \ - !(BR2_PACKAGE_GPTFDISK_SGDISK || BR2_PACKAGE_GPTFDISK_CGDISK) + !(BR2_PACKAGE_GPTFDISK_SGDISK || BR2_PACKAGE_GPTFDISK_CGDISK) help GPT fdisk (consisting of the gdisk and sgdisk programs) is a text-mode partitioning tool that works on Globally Unique Identifier diff --git a/package/gptfdisk/gptfdisk.mk b/package/gptfdisk/gptfdisk.mk index f6e9ecdb2a..9828d4c798 100644 --- a/package/gptfdisk/gptfdisk.mk +++ b/package/gptfdisk/gptfdisk.mk @@ -33,7 +33,7 @@ endef define GPTFDISK_INSTALL_TARGET_CMDS for i in $(GPTFDISK_TARGETS_y); do \ - $(INSTALL) -D -m 0755 $(@D)/$$i $(TARGET_DIR)/usr/sbin/$$i; \ + $(INSTALL) -D -m 0755 $(@D)/$$i $(TARGET_DIR)/usr/sbin/$$i; \ done endef |

