From b0086517147bb08f2e279850938244d906b7d2e6 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 15 Oct 2009 15:17:10 +0000 Subject: [PATCH] Fix silly mistake with %{python_sitearch} --- makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 629157ec09..47d7bc5732 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -4272,7 +4272,7 @@ The Panda3D engine. /etc/ld.so.conf.d/panda3d.conf /usr/bin /usr/%_lib -%{python_sitelib} +%{python_sitearch} /usr/include/panda3d """