From 5149c7f9c4a6d6618184f32047b5e9fd18f48822 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= <piotr@debian.org>
Date: Fri, 25 Jun 2010 20:15:35 +0200
Subject: [PATCH] fix the path to clean

---
 runtime.d/public_modules.rtinstall | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime.d/public_modules.rtinstall b/runtime.d/public_modules.rtinstall
index 7d6b9a6..92a297b 100755
--- a/runtime.d/public_modules.rtinstall
+++ b/runtime.d/public_modules.rtinstall
@@ -2,7 +2,7 @@
 
 VERSION=${2#python}
 if which python >/dev/null 2>&1 && which pycompile >/dev/null 2>&1; then
-    pycompile -V $VERSION /usr/lib/$VERSION/
+    pycompile -V $VERSION /usr/lib/python$VERSION/
 else
     echo >&2 "python or pycompile not found in $(basename $0) hook."
     exit 1
-- 
GitLab