Skip to content

Commit dc1db39

Browse files
committed
nextspace-gnustep.spec: fixed %{buildroot} mistyping.
1 parent 2e94a2f commit dc1db39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packaging/RedHat/SPECS/nextspace-gnustep.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ cd ..
255255

256256
# libwraster crashes on loading default GNUstep common_Tile.tiff.
257257
# Replace it in case when NextSpace theme will be disabled.
258-
cp -f ${buildroot}/Library/Themes/NextSpace.theme/Resources/ThemeImages/common_Tile.tiff %{buildroot}/Library/Images
258+
cp -f %{buildroot}/Library/Themes/NextSpace.theme/Resources/ThemeImages/common_Tile.tiff %{buildroot}/Library/Images
259259

260260
# Replace cursor images
261261
# cd %{buildroot}/Library/Images

0 commit comments

Comments
 (0)