diff mbox

[01/20] xapp_xinput-calibrator: rename directory to match .mk name

Message ID cdd5556b67ab27d5e33b73f3c487add506513a8b.1357125961.git.thomas.petazzoni@free-electrons.com
State Accepted
Commit fbe02c09377ed468ca03e7502c7e32c6071293ed
Headers show

Commit Message

Thomas Petazzoni Jan. 2, 2013, 11:26 a.m. UTC
The directory was named xapp_xinput_calibrator, but the .mk file was
named xapp_xinput-calibrator.mk, which isn't consistent. Rename the
directory to xapp_xinput-calibrator to be consistent with the naming
of the .mk file and the other x11r7 directories.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/x11r7/Config.in                            |    2 +-
 .../Config.in                                      |    0
 .../xapp_xinput-calibrator.mk                      |    0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename package/x11r7/{xapp_xinput_calibrator => xapp_xinput-calibrator}/Config.in (100%)
 rename package/x11r7/{xapp_xinput_calibrator => xapp_xinput-calibrator}/xapp_xinput-calibrator.mk (100%)

diff --git a/package/x11r7/xapp_xinput_calibrator/Config.in b/package/x11r7/xapp_xinput-calibrator/Config.in
similarity index 100%
rename from package/x11r7/xapp_xinput_calibrator/Config.in
rename to package/x11r7/xapp_xinput-calibrator/Config.in
diff --git a/package/x11r7/xapp_xinput_calibrator/xapp_xinput-calibrator.mk b/package/x11r7/xapp_xinput-calibrator/xapp_xinput-calibrator.mk
similarity index 100%
rename from package/x11r7/xapp_xinput_calibrator/xapp_xinput-calibrator.mk
rename to package/x11r7/xapp_xinput-calibrator/xapp_xinput-calibrator.mk

Comments

Peter Korsgaard Jan. 2, 2013, 8:02 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> The directory was named xapp_xinput_calibrator, but the .mk file was
 Thomas> named xapp_xinput-calibrator.mk, which isn't consistent. Rename the
 Thomas> directory to xapp_xinput-calibrator to be consistent with the naming
 Thomas> of the .mk file and the other x11r7 directories.

Committed, thanks.
diff mbox

Patch

diff --git a/package/x11r7/Config.in b/package/x11r7/Config.in
index 94ad8a4..6881d4e 100644
--- a/package/x11r7/Config.in
+++ b/package/x11r7/Config.in
@@ -132,7 +132,7 @@  endmenu
 		source package/x11r7/xapp_xhost/Config.in
 		source package/x11r7/xapp_xinit/Config.in
 		source package/x11r7/xapp_xinput/Config.in
-		source package/x11r7/xapp_xinput_calibrator/Config.in
+		source package/x11r7/xapp_xinput-calibrator/Config.in
 		source package/x11r7/xapp_xkbcomp/Config.in
 		source package/x11r7/xapp_xkbevd/Config.in
 		source package/x11r7/xapp_xkbprint/Config.in