mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
fix-jobber
This commit is contained in:
parent
3df90a23e1
commit
17a5fbcf46
1 changed files with 3 additions and 1 deletions
|
|
@ -278,7 +278,9 @@ RUN apt-get update -qq && \
|
||||||
cd /opt/jobber/packaging && \
|
cd /opt/jobber/packaging && \
|
||||||
sed -i 's/dh-system[^,]*,//' debian/debian-pkg/control && \
|
sed -i 's/dh-system[^,]*,//' debian/debian-pkg/control && \
|
||||||
make -C debian pkg-local . && \
|
make -C debian pkg-local . && \
|
||||||
dpkg -i debian/jobber_*.deb
|
cd .. && \
|
||||||
|
make && \
|
||||||
|
make install
|
||||||
|
|
||||||
# Install jump directory navigator
|
# Install jump directory navigator
|
||||||
RUN git clone --depth 10 https://github.com/gsamokovarov/jump /opt/jump && \
|
RUN git clone --depth 10 https://github.com/gsamokovarov/jump /opt/jump && \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue