mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-15 06:23:00 +02: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.
|
|
|