This repository was archived by the owner on Nov 21, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 368
368
369
369
<Target Name =" BuildRuntimeStoreRPM" >
370
370
<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" />
373
373
</ItemGroup >
374
374
375
375
<PropertyGroup >
384
384
<InstallerLicense >Apache-2.0</InstallerLicense >
385
385
<InstallerPackageRevision >1</InstallerPackageRevision >
386
386
<InstallerHomepage >https://www.asp.net/</InstallerHomepage >
387
- <InstallerInstallRoot >/usr/share /dotnet</InstallerInstallRoot >
387
+ <InstallerInstallRoot >/opt/rh/rh-dotnet20/root/ usr/lib64 /dotnet</InstallerInstallRoot >
388
388
</PropertyGroup >
389
389
390
390
<!-- Clear the output dir -->
440
440
--license " $(InstallerLicense)"
441
441
--iteration $(InstallerPackageRevision)
442
442
--url " $(InstallerHomepage)"
443
- $(DockerRootDirectory)artifacts/inLayout/package_root/=$(InstallerInstallRoot)" />
443
+ $(DockerRootDirectory)artifacts/inLayout/package_root/=" $(InstallerInstallRoot)" " />
444
444
445
445
<!-- Remove Docker Image to save disk space -->
446
446
<Exec Command =" docker rmi docker-image-$(InstallerPlatform)" />
You can’t perform that action at this time.
0 commit comments