mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-20 23:20:31 +01:00
9 lines
77 B
Bash
Executable File
9 lines
77 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
RPMDir=`rpm --eval "%{_topdir}"`
|
|
|
|
echo $RPMDir
|
|
|
|
# end.
|
|
|