Browse Source

Fix silly mistake with %{python_sitearch}

rdb 16 years ago
parent
commit
b008651714
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makepanda/makepanda.py

+ 1 - 1
makepanda/makepanda.py

@@ -4272,7 +4272,7 @@ The Panda3D engine.
 /etc/ld.so.conf.d/panda3d.conf
 /etc/ld.so.conf.d/panda3d.conf
 /usr/bin
 /usr/bin
 /usr/%_lib
 /usr/%_lib
-%{python_sitelib}
+%{python_sitearch}
 /usr/include/panda3d
 /usr/include/panda3d
 """
 """