Unverified Commit 4ef254b3 authored by José Romildo Malaquias's avatar José Romildo Malaquias Committed by GitHub
Browse files

reversal-icon-theme: temporarily set dontCheckForBrokenSymlinks (#381612)

parents 3fa5ee53 cdea5670
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -60,6 +60,9 @@ lib.checkListOfEnum "${pname}: color variants"
    dontPatchELF = true;
    dontRewriteSymlinks = true;

    # FIXME: https://github.com/yeyushengfan258/Reversal-icon-theme/issues/108
    dontCheckForBrokenSymlinks = true;

    postPatch = ''
      patchShebangs install.sh
    '';