]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
nodejs_sitelib subst
authorElan Ruusamäe <glen@delfi.ee>
Sat, 9 Jan 2016 15:46:21 +0000 (17:46 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 9 Jan 2016 15:46:21 +0000 (17:46 +0200)
adapter.awk

index b27c9ea6bf641ce076d1c95184f9bd41d3369476..2fd994afccc36324846b935ffcb8b7b9d199a16c 100644 (file)
@@ -1161,6 +1161,7 @@ function use_macros()
        sub("%{_bindir}/perl", "%{__perl}")
        sub("%{_bindir}/python", "%{__python}")
        sub("%{__python2}", "%{__python}")
+       sub("%{nodejs_sitelib}", "%{nodejs_libdir}")
 
        sub("%py2_build", "%py_build")
        sub("%py2_install", "%py_install")
This page took 0.067961 seconds and 4 git commands to generate.