Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwutz committed Jan 28, 2025
1 parent e1cd89b commit 29f6eaa
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion README.bug
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
- libjbig2enc ist immer noch shared.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ cd "$NEW"
cp -ax "$OLD/data" "$NEW/"
cp -ax "$OLD/media" "$NEW/"
# migrate
( . profile; cd "$NEW/paperless-ngx/src"; ./manage.py migrate )
# start
./startstop.sh start
Expand Down
2 changes: 1 addition & 1 deletion build.profile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ BUILD_nginx_SRCURL="https://beehive.molgen.mpg.de/89773c781ff0c2cd876b03bbc094c2
BUILD_libfontttf=liberation-fonts-ttf-2.1.5
BUILD_libfontttf_SRCURL="https://beehive.molgen.mpg.de/31b453e0b77bacde410a34a725b34f8a/${BUILD_libfontttf}.tar.gz"

# SRCURL=""https://download.osgeo.org/libtiff/tiff-4.7.0.tar.gz"/${BUILD_ffmpeg}.tar.gz"
# SRCURL="https://download.osgeo.org/libtiff/tiff-4.7.0.tar.gz"/${BUILD_ffmpeg}.tar.gz"
BUILD_libtiff=tiff-4.7.0
BUILD_libtiff_SRCURL="https://beehive.molgen.mpg.de/3a0fa4a270a4a192b08913f88d0cfbdd/${BUILD_libtiff}.tar.gz"

Expand Down
1 change: 0 additions & 1 deletion zbar.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ local _conf=(
--with-dbus=no
--with-python=no
--with-xshm=no
# --with-imagemagick=no
)

./configure "${_conf[@]}"
Expand Down

0 comments on commit 29f6eaa

Please sign in to comment.