File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -226,8 +226,7 @@ jobs:
226
226
pkg-config
227
227
curl -O https://pkgsrc.smartos.org/packages/SmartOS/bootstrap/bootstrap-trunk-x86_64-20240116.tar.gz
228
228
tar -zxpf bootstrap-trunk-x86_64-20240116.tar.gz -C /
229
- echo "export PATH=/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/bin:$PATH" >> .profile
230
- source .profile
229
+ export PATH=/opt/local/sbin:/opt/local/bin:/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin:$PATH
231
230
pkgin -y install \
232
231
avahi \
233
232
gnome-tracker \
@@ -238,6 +237,7 @@ jobs:
238
237
ln -s /opt/local/bin/meson /usr/bin/meson
239
238
ln -s /opt/local/bin/ninja /usr/bin/ninja
240
239
run : |
240
+ export PATH=/opt/local/sbin:/opt/local/bin:/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin:$PATH
241
241
meson setup build \
242
242
-Dwith-bdb=/opt/local \
243
243
-Dwith-libgcrypt-dir=/opt/local \
You can’t perform that action at this time.
0 commit comments