From 34330d2bea7461a3d5570b2f991b7d27a949aa6e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 14 Jan 2014 14:57:44 +0100 Subject: [PATCH] pylibmount: remove unncessary subdirectory Signed-off-by: Karel Zak --- libmount/python/Makemodule.am | 2 +- libmount/python/{libmount => }/__init__.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libmount/python/{libmount => }/__init__.py (100%) diff --git a/libmount/python/Makemodule.am b/libmount/python/Makemodule.am index 7f286dbfb2..c10a54619e 100644 --- a/libmount/python/Makemodule.am +++ b/libmount/python/Makemodule.am @@ -7,7 +7,7 @@ pylibmountexecdir = $(pyexecdir)/libmount # directory for binary stuff as well as for the scripts otherwise it's # not possible to install 32-bit and 64-bit version on the same system. pylibmountexec_LTLIBRARIES = pylibmount.la -pylibmountexec_SCRIPTS = libmount/python/libmount/__init__.py +pylibmountexec_SCRIPTS = libmount/python/__init__.py EXTRA_DIST += $(pylibmountexec_SCRIPTS) diff --git a/libmount/python/libmount/__init__.py b/libmount/python/__init__.py similarity index 100% rename from libmount/python/libmount/__init__.py rename to libmount/python/__init__.py -- 2.47.2