Come on now...

This commit is contained in:
Jamil Bou Kheir
2021-07-11 14:23:14 -07:00
parent 9e23fee705
commit 30fd840ef1

View File

@@ -69,7 +69,8 @@ RUN rsync -avz pkg/debian_shared/* pkg/$PKG_DIR/
RUN mkdir -p pkg/$PKG_DIR/etc/firezone
RUN mkdir -p pkg/$PKG_DIR/usr/bin
RUN mv _build/prod/rel/firezone pkg/$PKG_DIR/usr/lib/
RUN mkdir -p pkg/$PKG_DIR/usr/lib/firezone
RUN rsync -avz _build/prod/rel/firezone/* pkg/$PKG_DIR/usr/lib/firezone/
RUN cd pkg/$PKG_DIR/usr/bin && ln -s ../lib/firezone/bin/firezone
RUN ls -lR pkg/$PKG_DIR
RUN cd pkg && dpkg-deb --build $PKG_DIR