diff --git a/files/zprofile b/files/zprofile new file mode 100644 --- /dev/null +++ b/files/zprofile @@ -0,0 +1 @@ +emulate sh -c 'source /etc/profile' \ No newline at end of file diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,6 +1,6 @@ name : zsh version : 5.7.1 -release : 20 +release : 21 source : - https://sourceforge.net/projects/zsh/files/zsh/5.7.1/zsh-5.7.1.tar.xz/download : 7260292c2c1d483b2d50febfa5055176bd512b32a8833b116177bf5f01e77ee8 license : MIT @@ -24,6 +24,7 @@ install : | %make_install rmdir $installdir/usr/share/zsh/site-functions + install -Dm00644 $pkgfiles/zprofile $installdir/etc/zsh/zprofile check : |- # Should investigate why this test fails rm Test/A05execution.ztst diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ zsh - F. von Gellhorn - flinux@vongellhorn.ch + Troy Harvey + harveydev@protonmail.com MIT system.utils @@ -21,6 +21,7 @@ /bin/zsh /bin/zsh-5.7.1 + /etc/zsh/zprofile /usr/lib64/zsh/5.7.1/zsh/attr.so /usr/lib64/zsh/5.7.1/zsh/cap.so /usr/lib64/zsh/5.7.1/zsh/clone.so @@ -1333,12 +1334,12 @@ - - 2019-05-17 + + 2020-02-20 5.7.1 Packaging update - F. von Gellhorn - flinux@vongellhorn.ch + Troy Harvey + harveydev@protonmail.com \ No newline at end of file