Bug 541724 - Unable to build o.e.core.net.linux.x86_64 native fragment

Change-Id: I13da70008113a55d4ccd6c42282772942be9c15a
Signed-off-by: Mat Booth <mat.booth@redhat.com>
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/forceQualifierUpdate.txt b/bundles/org.eclipse.core.net.linux.x86_64/forceQualifierUpdate.txt
index 8e84ee5..c6fa509 100644
--- a/bundles/org.eclipse.core.net.linux.x86_64/forceQualifierUpdate.txt
+++ b/bundles/org.eclipse.core.net.linux.x86_64/forceQualifierUpdate.txt
@@ -1,2 +1,3 @@
 # To force a version qualifier update add the bug here
-Bug 541541 - Build I20181125-1800 failed due to Platform Team changes 
+Bug 541541 - Build I20181125-1800 failed due to Platform Team changes
+Bug 541724 - Unable to build o.e.core.net.linux.x86_64 native fragment
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/pom.xml b/bundles/org.eclipse.core.net.linux.x86_64/pom.xml
index f149071..6087c63 100644
--- a/bundles/org.eclipse.core.net.linux.x86_64/pom.xml
+++ b/bundles/org.eclipse.core.net.linux.x86_64/pom.xml
@@ -60,12 +60,12 @@
                 <phase>process-resources</phase>
                 <configuration>
                   <target>
-                    <exec executable="make" newenvironment="false" dir="../../natives/unix/linux/"/>
-           <copy todir=".">
-           <fileset dir="../../natives/unix/linux/">
-               <include name="libgnomeproxy-*.so"/>
-           </fileset>
-           </copy>
+                    <exec executable="make" newenvironment="false" dir="../org.eclipse.core.net/natives/unix/linux/"/>
+                    <copy todir=".">
+                      <fileset dir="../org.eclipse.core.net/natives/unix/linux/">
+                        <include name="libgnomeproxy-*.so"/>
+                      </fileset>
+                    </copy>
                   </target>
                 </configuration>
                 <goals>