mirror of
https://github.com/LibreOffice/loeclipse.git
synced 2025-07-25 15:02:58 +00:00
7 lines
135 B
Bash
Executable File
7 lines
135 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd build
|
|
ant purge
|
|
ant -Dlibreoffice.home=/usr/lib/libreoffice -Declipse.home=/home/samuel/Programme/eclipse/ -v
|
|
|