summaryrefslogtreecommitdiff
path: root/net/ns3/files/patch-ns-3.24.1_src_wscript
blob: 91bceb0e7a81acda4cf616d2a2e8d4a33037ee54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ns-3.24.1/src/wscript.orig	2015-09-23 19:28:42 UTC
+++ ns-3.24.1/src/wscript
@@ -436,7 +436,7 @@ def apply(self):
     output_node = self.path.find_or_declare(output_filename)
     assert output_node is not None, str(self)
     task = self.create_task('ns3pcfile')
-    self.bld.install_files('${LIBDIR}/pkgconfig', output_node)
+    self.bld.install_files('${LIBDIR}data/pkgconfig', output_node)
     task.set_outputs([output_node])
     task.module = module