Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 6f762fe

Browse files
committed
Update RPM installation directory
1 parent fc502c7 commit 6f762fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/repo.targets

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@
368368

369369
<Target Name="BuildRuntimeStoreRPM">
370370
<ItemGroup>
371-
<RPMDirectories Include="/usr/share/dotnet/store" />
372-
<RPMDirectories Include="/usr/share/dotnet/additionalDeps" />
371+
<RPMDirectories Include="/opt/rh/rh-dotnet20/root/usr/lib64/dotnet/store" />
372+
<RPMDirectories Include="/opt/rh/rh-dotnet20/root/usr/lib64/dotnet/additionalDeps" />
373373
</ItemGroup>
374374

375375
<PropertyGroup>
@@ -384,7 +384,7 @@
384384
<InstallerLicense>Apache-2.0</InstallerLicense>
385385
<InstallerPackageRevision>1</InstallerPackageRevision>
386386
<InstallerHomepage>https://www.asp.net/</InstallerHomepage>
387-
<InstallerInstallRoot>/usr/share/dotnet</InstallerInstallRoot>
387+
<InstallerInstallRoot>/opt/rh/rh-dotnet20/root/usr/lib64/dotnet</InstallerInstallRoot>
388388
</PropertyGroup>
389389

390390
<!-- Clear the output dir -->
@@ -440,7 +440,7 @@
440440
--license &quot;$(InstallerLicense)&quot;
441441
--iteration $(InstallerPackageRevision)
442442
--url &quot;$(InstallerHomepage)&quot;
443-
$(DockerRootDirectory)artifacts/inLayout/package_root/=$(InstallerInstallRoot)" />
443+
$(DockerRootDirectory)artifacts/inLayout/package_root/=&quot;$(InstallerInstallRoot)&quot;" />
444444

445445
<!-- Remove Docker Image to save disk space -->
446446
<Exec Command="docker rmi docker-image-$(InstallerPlatform)" />

0 commit comments

Comments
 (0)