modules: drop osbuild symlink

Drop the `osbuild -> ../osbuild` symlink from all module directories.
We now properly initialize the PYTHONPATH to provide the imported
osbuild module from the host environment. Therefore, these links are no
longer needed.

The sources run from the host environment, so they should just pick them
up from the environment the same way osbuild itself does.
This commit is contained in:
David Rheinsberg 2020-05-04 09:23:13 +02:00
parent 3c56a3b7ac
commit 4d2f15fb46
5 changed files with 0 additions and 8 deletions

View file

@ -1 +0,0 @@
../osbuild

View file

@ -75,19 +75,15 @@ make man
mkdir -p %{buildroot}%{pkgdir}/stages
install -p -m 0755 $(find stages/* -not -path "*/osbuild") %{buildroot}%{pkgdir}/stages/
ln -s ../osbuild %{buildroot}%{pkgdir}/stages/osbuild
mkdir -p %{buildroot}%{pkgdir}/assemblers
install -p -m 0755 $(find assemblers/* -not -path "*/osbuild") %{buildroot}%{pkgdir}/assemblers/
ln -s ../osbuild %{buildroot}%{pkgdir}/assemblers/osbuild
mkdir -p %{buildroot}%{pkgdir}/runners
install -p -m 0755 $(find runners/* -not -path "*/osbuild") %{buildroot}%{pkgdir}/runners
ln -s ../osbuild %{buildroot}%{pkgdir}/runners/osbuild
mkdir -p %{buildroot}%{pkgdir}/sources
install -p -m 0755 $(find sources/* -not -path "*/osbuild") %{buildroot}%{pkgdir}/sources
ln -s ../osbuild %{buildroot}%{pkgdir}/sources/osbuild
# mount point for bind mounting the osbuild library
mkdir -p %{buildroot}%{pkgdir}/osbuild

View file

@ -1 +0,0 @@
../osbuild

View file

@ -1 +0,0 @@
../osbuild

View file

@ -1 +0,0 @@
../osbuild